Uses of Class
software.amazon.awssdk.services.ec2.model.GpuDeviceInfo
Packages that use GpuDeviceInfo
-
Uses of GpuDeviceInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GpuDeviceInfoModifier and TypeMethodDescriptionfinal List<GpuDeviceInfo>GpuInfo.gpus()Describes the GPU accelerators for the instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type GpuDeviceInfoModifier and TypeMethodDescriptionGpuInfo.Builder.gpus(GpuDeviceInfo... gpus) Describes the GPU accelerators for the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type GpuDeviceInfoModifier and TypeMethodDescriptionGpuInfo.Builder.gpus(Collection<GpuDeviceInfo> gpus) Describes the GPU accelerators for the instance type.