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