Uses of Interface
software.amazon.awssdk.services.ec2.model.MemoryInfo.Builder
Packages that use MemoryInfo.Builder
-
Uses of MemoryInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return MemoryInfo.BuilderModifier and TypeMethodDescriptionstatic MemoryInfo.BuilderMemoryInfo.builder()The size of the memory, in MiB.MemoryInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MemoryInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MemoryInfo.Builder>MemoryInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type MemoryInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.memoryInfo(Consumer<MemoryInfo.Builder> memoryInfo) Describes the memory for the instance type.