Uses of Class
software.amazon.awssdk.services.ec2.model.TargetCapacitySpecificationRequest
-
Packages that use TargetCapacitySpecificationRequest Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TargetCapacitySpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TargetCapacitySpecificationRequest Modifier and Type Method Description TargetCapacitySpecificationRequestCreateFleetRequest. targetCapacitySpecification()The number of units to request.TargetCapacitySpecificationRequestModifyFleetRequest. targetCapacitySpecification()The size of the EC2 Fleet.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TargetCapacitySpecificationRequest Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. targetCapacitySpecification(TargetCapacitySpecificationRequest targetCapacitySpecification)The number of units to request.ModifyFleetRequest.BuilderModifyFleetRequest.Builder. targetCapacitySpecification(TargetCapacitySpecificationRequest targetCapacitySpecification)The size of the EC2 Fleet.
-