Uses of Interface
software.amazon.awssdk.services.ec2.model.VCpuCountRangeRequest.Builder
Packages that use VCpuCountRangeRequest.Builder
-
Uses of VCpuCountRangeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VCpuCountRangeRequest.BuilderModifier and TypeMethodDescriptionVCpuCountRangeRequest.builder()The maximum number of vCPUs.The minimum number of vCPUs.VCpuCountRangeRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VCpuCountRangeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VCpuCountRangeRequest.Builder>VCpuCountRangeRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VCpuCountRangeRequest.BuilderModifier and TypeMethodDescriptionInstanceRequirementsRequest.Builder.vCpuCount(Consumer<VCpuCountRangeRequest.Builder> vCpuCount) The minimum and maximum number of vCPUs.