Uses of Interface
software.amazon.awssdk.services.ec2.model.TargetCapacitySpecificationRequest.Builder
Packages that use TargetCapacitySpecificationRequest.Builder
-
Uses of TargetCapacitySpecificationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TargetCapacitySpecificationRequest.BuilderModifier and TypeMethodDescriptionTargetCapacitySpecificationRequest.builder()TargetCapacitySpecificationRequest.Builder.defaultTargetCapacityType(String defaultTargetCapacityType) The default target capacity type.TargetCapacitySpecificationRequest.Builder.defaultTargetCapacityType(DefaultTargetCapacityType defaultTargetCapacityType) The default target capacity type.TargetCapacitySpecificationRequest.Builder.onDemandTargetCapacity(Integer onDemandTargetCapacity) The number of On-Demand units to request.TargetCapacitySpecificationRequest.Builder.spotTargetCapacity(Integer spotTargetCapacity) The number of Spot units to request.TargetCapacitySpecificationRequest.Builder.targetCapacityUnitType(String targetCapacityUnitType) The unit for the target capacity.TargetCapacitySpecificationRequest.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType) The unit for the target capacity.TargetCapacitySpecificationRequest.toBuilder()TargetCapacitySpecificationRequest.Builder.totalTargetCapacity(Integer totalTargetCapacity) The number of units to request, filled using the default target capacity type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TargetCapacitySpecificationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TargetCapacitySpecificationRequest.Builder>TargetCapacitySpecificationRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TargetCapacitySpecificationRequest.BuilderModifier and TypeMethodDescriptiondefault CreateFleetRequest.BuilderCreateFleetRequest.Builder.targetCapacitySpecification(Consumer<TargetCapacitySpecificationRequest.Builder> targetCapacitySpecification) The number of units to request.default ModifyFleetRequest.BuilderModifyFleetRequest.Builder.targetCapacitySpecification(Consumer<TargetCapacitySpecificationRequest.Builder> targetCapacitySpecification) The size of the EC2 Fleet.