Uses of Class
software.amazon.awssdk.services.ec2.model.VCpuCountRange
-
Packages that use VCpuCountRange Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VCpuCountRange in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VCpuCountRange Modifier and Type Method Description VCpuCountRangeInstanceRequirements. vCpuCount()The minimum and maximum number of vCPUs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VCpuCountRange Modifier and Type Method Description InstanceRequirements.BuilderInstanceRequirements.Builder. vCpuCount(VCpuCountRange vCpuCount)The minimum and maximum number of vCPUs.
-