Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SpotOptions |
SpotOptions.clone() |
SpotOptions |
FleetData.getSpotOptions()
The configuration of Spot Instances in an EC2 Fleet.
|
SpotOptions |
SpotOptions.withAllocationStrategy(SpotAllocationStrategy allocationStrategy)
Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request.
|
SpotOptions |
SpotOptions.withAllocationStrategy(String allocationStrategy)
Indicates how to allocate the target capacity across the Spot pools specified by the Spot Fleet request.
|
SpotOptions |
SpotOptions.withInstanceInterruptionBehavior(SpotInstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotOptions |
SpotOptions.withInstanceInterruptionBehavior(String instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
Modifier and Type | Method and Description |
---|---|
void |
FleetData.setSpotOptions(SpotOptions spotOptions)
The configuration of Spot Instances in an EC2 Fleet.
|
FleetData |
FleetData.withSpotOptions(SpotOptions spotOptions)
The configuration of Spot Instances in an EC2 Fleet.
|
Copyright © 2018. All rights reserved.