| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceInterruptionBehavior |
InstanceInterruptionBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceInterruptionBehavior |
SpotFleetRequestConfigData.instanceInterruptionBehavior()
The behavior when a Spot Instance is interrupted.
|
InstanceInterruptionBehavior |
RequestSpotInstancesRequest.instanceInterruptionBehavior()
The behavior when a Spot Instance is interrupted.
|
InstanceInterruptionBehavior |
SpotInstanceRequest.instanceInterruptionBehavior()
The behavior when a Spot Instance is interrupted.
|
InstanceInterruptionBehavior |
LaunchTemplateSpotMarketOptionsRequest.instanceInterruptionBehavior()
The behavior when a Spot Instance is interrupted.
|
InstanceInterruptionBehavior |
LaunchTemplateSpotMarketOptions.instanceInterruptionBehavior()
The behavior when a Spot Instance is interrupted.
|
InstanceInterruptionBehavior |
SpotMarketOptions.instanceInterruptionBehavior()
The behavior when a Spot Instance is interrupted.
|
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 |
|---|---|
static Set<InstanceInterruptionBehavior> |
InstanceInterruptionBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SpotFleetRequestConfigData.Builder |
SpotFleetRequestConfigData.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
RequestSpotInstancesRequest.Builder |
RequestSpotInstancesRequest.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotInstanceRequest.Builder |
SpotInstanceRequest.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
LaunchTemplateSpotMarketOptionsRequest.Builder |
LaunchTemplateSpotMarketOptionsRequest.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
LaunchTemplateSpotMarketOptions.Builder |
LaunchTemplateSpotMarketOptions.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotMarketOptions.Builder |
SpotMarketOptions.Builder.instanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
Copyright © 2019. All rights reserved.