Uses of Interface
software.amazon.awssdk.services.ec2.model.GpuDeviceMemoryInfo.Builder
-
Packages that use GpuDeviceMemoryInfo.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of GpuDeviceMemoryInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GpuDeviceMemoryInfo.Builder Modifier and Type Method Description static GpuDeviceMemoryInfo.BuilderGpuDeviceMemoryInfo. builder()GpuDeviceMemoryInfo.BuilderGpuDeviceMemoryInfo.Builder. sizeInMiB(Integer sizeInMiB)The size of the memory available to the GPU accelerator, in MiB.GpuDeviceMemoryInfo.BuilderGpuDeviceMemoryInfo. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GpuDeviceMemoryInfo.Builder Modifier and Type Method Description static Class<? extends GpuDeviceMemoryInfo.Builder>GpuDeviceMemoryInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type GpuDeviceMemoryInfo.Builder Modifier and Type Method Description default GpuDeviceInfo.BuilderGpuDeviceInfo.Builder. memoryInfo(Consumer<GpuDeviceMemoryInfo.Builder> memoryInfo)Describes the memory available to the GPU accelerator.
-