Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.GpuInfo.Builder
-
Packages that use GpuInfo.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of GpuInfo.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return GpuInfo.Builder Modifier and Type Method Description static GpuInfo.BuilderGpuInfo. builder()GpuInfo.BuilderGpuInfo.Builder. gpus(Collection<Gpu> gpus)Describes the GPU accelerators for the instance type.GpuInfo.BuilderGpuInfo.Builder. gpus(Consumer<Gpu.Builder>... gpus)Describes the GPU accelerators for the instance type.GpuInfo.BuilderGpuInfo.Builder. gpus(Gpu... gpus)Describes the GPU accelerators for the instance type.GpuInfo.BuilderGpuInfo. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type GpuInfo.Builder Modifier and Type Method Description static Class<? extends GpuInfo.Builder>GpuInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type GpuInfo.Builder Modifier and Type Method Description default AutoScalingGroupRecommendation.BuilderAutoScalingGroupRecommendation.Builder. currentInstanceGpuInfo(Consumer<GpuInfo.Builder> currentInstanceGpuInfo)Describes the GPU accelerator settings for the current instance type of the Auto Scaling group.default InstanceRecommendation.BuilderInstanceRecommendation.Builder. currentInstanceGpuInfo(Consumer<GpuInfo.Builder> currentInstanceGpuInfo)Describes the GPU accelerator settings for the current instance type.default AutoScalingGroupRecommendationOption.BuilderAutoScalingGroupRecommendationOption.Builder. instanceGpuInfo(Consumer<GpuInfo.Builder> instanceGpuInfo)Describes the GPU accelerator settings for the recommended instance type of the Auto Scaling group.default InstanceRecommendationOption.BuilderInstanceRecommendationOption.Builder. instanceGpuInfo(Consumer<GpuInfo.Builder> instanceGpuInfo)Describes the GPU accelerator settings for the recommended instance type.
-