Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TargetCapacitySpecification |
TargetCapacitySpecification.clone() |
TargetCapacitySpecification |
FleetData.getTargetCapacitySpecification()
The number of units to request.
|
TargetCapacitySpecification |
TargetCapacitySpecification.withDefaultTargetCapacityType(DefaultTargetCapacityType defaultTargetCapacityType)
The default target capacity type.
|
TargetCapacitySpecification |
TargetCapacitySpecification.withDefaultTargetCapacityType(String defaultTargetCapacityType)
The default target capacity type.
|
TargetCapacitySpecification |
TargetCapacitySpecification.withOnDemandTargetCapacity(Integer onDemandTargetCapacity)
The number of On-Demand units to request.
|
TargetCapacitySpecification |
TargetCapacitySpecification.withSpotTargetCapacity(Integer spotTargetCapacity)
The maximum number of Spot units to launch.
|
TargetCapacitySpecification |
TargetCapacitySpecification.withTargetCapacityUnitType(String targetCapacityUnitType)
The unit for the target capacity.
|
TargetCapacitySpecification |
TargetCapacitySpecification.withTargetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType)
The unit for the target capacity.
|
TargetCapacitySpecification |
TargetCapacitySpecification.withTotalTargetCapacity(Integer totalTargetCapacity)
The number of units to request, filled the default target capacity type.
|
Modifier and Type | Method and Description |
---|---|
void |
FleetData.setTargetCapacitySpecification(TargetCapacitySpecification targetCapacitySpecification)
The number of units to request.
|
FleetData |
FleetData.withTargetCapacitySpecification(TargetCapacitySpecification targetCapacitySpecification)
The number of units to request.
|
Copyright © 2024. All rights reserved.