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 |
SpotInstanceRequest.setInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
void |
SpotFleetRequestConfigData.setInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
void |
RequestSpotInstancesRequest.setInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotInstanceRequest |
SpotInstanceRequest.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotMarketOptions |
SpotMarketOptions.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
LaunchTemplateSpotMarketOptionsRequest |
LaunchTemplateSpotMarketOptionsRequest.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
LaunchTemplateSpotMarketOptions |
LaunchTemplateSpotMarketOptions.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
RequestSpotInstancesRequest |
RequestSpotInstancesRequest.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
Copyright © 2021. All rights reserved.