Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TargetCapacitySpecificationRequest |
TargetCapacitySpecificationRequest.clone() |
TargetCapacitySpecificationRequest |
ModifyFleetRequest.getTargetCapacitySpecification()
The size of the EC2 Fleet.
|
TargetCapacitySpecificationRequest |
CreateFleetRequest.getTargetCapacitySpecification()
The number of units to request.
|
TargetCapacitySpecificationRequest |
TargetCapacitySpecificationRequest.withDefaultTargetCapacityType(DefaultTargetCapacityType defaultTargetCapacityType)
The default
TotalTargetCapacity , which is either Spot or On-Demand . |
TargetCapacitySpecificationRequest |
TargetCapacitySpecificationRequest.withDefaultTargetCapacityType(String defaultTargetCapacityType)
The default
TotalTargetCapacity , which is either Spot or On-Demand . |
TargetCapacitySpecificationRequest |
TargetCapacitySpecificationRequest.withOnDemandTargetCapacity(Integer onDemandTargetCapacity)
The number of On-Demand units to request.
|
TargetCapacitySpecificationRequest |
TargetCapacitySpecificationRequest.withSpotTargetCapacity(Integer spotTargetCapacity)
The number of Spot units to request.
|
TargetCapacitySpecificationRequest |
TargetCapacitySpecificationRequest.withTargetCapacityUnitType(String targetCapacityUnitType)
The unit for the target capacity.
|
TargetCapacitySpecificationRequest |
TargetCapacitySpecificationRequest.withTargetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType)
The unit for the target capacity.
|
TargetCapacitySpecificationRequest |
TargetCapacitySpecificationRequest.withTotalTargetCapacity(Integer totalTargetCapacity)
The number of units to request, filled using
DefaultTargetCapacityType . |
Modifier and Type | Method and Description |
---|---|
void |
ModifyFleetRequest.setTargetCapacitySpecification(TargetCapacitySpecificationRequest targetCapacitySpecification)
The size of the EC2 Fleet.
|
void |
CreateFleetRequest.setTargetCapacitySpecification(TargetCapacitySpecificationRequest targetCapacitySpecification)
The number of units to request.
|
ModifyFleetRequest |
ModifyFleetRequest.withTargetCapacitySpecification(TargetCapacitySpecificationRequest targetCapacitySpecification)
The size of the EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withTargetCapacitySpecification(TargetCapacitySpecificationRequest targetCapacitySpecification)
The number of units to request.
|
Copyright © 2021. All rights reserved.