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
TotalTargetCapacity , which is either Spot or On-Demand . |
TargetCapacitySpecification |
TargetCapacitySpecification.withDefaultTargetCapacityType(String defaultTargetCapacityType)
The default
TotalTargetCapacity , which is either Spot or On-Demand . |
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.withTotalTargetCapacity(Integer totalTargetCapacity)
The number of units to request, filled using
DefaultTargetCapacityType . |
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 © 2021. All rights reserved.