Uses of Interface
software.amazon.awssdk.services.elasticinference.model.MemoryInfo.Builder
-
Packages that use MemoryInfo.Builder Package Description software.amazon.awssdk.services.elasticinference.model -
-
Uses of MemoryInfo.Builder in software.amazon.awssdk.services.elasticinference.model
Methods in software.amazon.awssdk.services.elasticinference.model that return MemoryInfo.Builder Modifier and Type Method Description static MemoryInfo.BuilderMemoryInfo. builder()MemoryInfo.BuilderMemoryInfo.Builder. sizeInMiB(Integer sizeInMiB)The size in mebibytes of the Elastic Inference Accelerator type.MemoryInfo.BuilderMemoryInfo. toBuilder()Methods in software.amazon.awssdk.services.elasticinference.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.elasticinference.model with type arguments of type MemoryInfo.Builder Modifier and Type Method Description default AcceleratorType.BuilderAcceleratorType.Builder. memoryInfo(Consumer<MemoryInfo.Builder> memoryInfo)The memory information of the Elastic Inference Accelerator type.
-