| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceInterruptionBehavior |
InstanceInterruptionBehavior.fromValue(String value)
Use this in place of valueOf.
|
static InstanceInterruptionBehavior |
InstanceInterruptionBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceInterruptionBehavior[] |
InstanceInterruptionBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestSpotInstancesRequest.setInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
Indicates whether a Spot instance stops or terminates when it is interrupted.
|
void |
SpotInstanceRequest.setInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
Indicates whether a Spot instance stops or terminates when it is interrupted.
|
void |
SpotFleetRequestConfigData.setInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
Indicates whether a Spot instance stops or terminates when it is interrupted.
|
RequestSpotInstancesRequest |
RequestSpotInstancesRequest.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
Indicates whether a Spot instance stops or terminates when it is interrupted.
|
SpotInstanceRequest |
SpotInstanceRequest.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
Indicates whether a Spot instance stops or terminates when it is interrupted.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
Indicates whether a Spot instance stops or terminates when it is interrupted.
|
Copyright © 2017. All rights reserved.