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