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