Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SpotCapacityRebalance |
SpotCapacityRebalance.clone() |
SpotCapacityRebalance |
SpotMaintenanceStrategies.getCapacityRebalance()
The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being
interrupted.
|
SpotCapacityRebalance |
SpotCapacityRebalance.withReplacementStrategy(ReplacementStrategy replacementStrategy)
The replacement strategy to use.
|
SpotCapacityRebalance |
SpotCapacityRebalance.withReplacementStrategy(String replacementStrategy)
The replacement strategy to use.
|
SpotCapacityRebalance |
SpotCapacityRebalance.withTerminationDelay(Integer terminationDelay)
The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a
new replacement Spot Instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SpotMaintenanceStrategies.setCapacityRebalance(SpotCapacityRebalance capacityRebalance)
The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being
interrupted.
|
SpotMaintenanceStrategies |
SpotMaintenanceStrategies.withCapacityRebalance(SpotCapacityRebalance capacityRebalance)
The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being
interrupted.
|
Copyright © 2021. All rights reserved.