| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
SpotOptionsRequest |
SpotOptionsRequest.clone() |
SpotOptionsRequest |
CreateFleetRequest.getSpotOptions()
Describes the configuration of Spot Instances in an EC2 Fleet.
|
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.
|
SpotOptionsRequest |
SpotOptionsRequest.withInstancePoolsToUseCount(Integer instancePoolsToUseCount)
The number of Spot pools across which to allocate your target Spot capacity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFleetRequest.setSpotOptions(SpotOptionsRequest spotOptions)
Describes the configuration of Spot Instances in an EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withSpotOptions(SpotOptionsRequest spotOptions)
Describes the configuration of Spot Instances in an EC2 Fleet.
|
Copyright © 2018. All rights reserved.