| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ExcessCapacityTerminationPolicy |
ModifySpotFleetRequestRequest.excessCapacityTerminationPolicy()
Indicates whether running Spot Instances should be terminated if the target capacity of the Spot Fleet request is
decreased below the current size of the Spot Fleet.
|
ExcessCapacityTerminationPolicy |
SpotFleetRequestConfigData.excessCapacityTerminationPolicy()
Indicates whether running Spot Instances should be terminated if you decrease the target capacity of the Spot
Fleet request below the current size of the Spot Fleet.
|
static ExcessCapacityTerminationPolicy |
ExcessCapacityTerminationPolicy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ExcessCapacityTerminationPolicy |
ExcessCapacityTerminationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcessCapacityTerminationPolicy[] |
ExcessCapacityTerminationPolicy.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<ExcessCapacityTerminationPolicy> |
ExcessCapacityTerminationPolicy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifySpotFleetRequestRequest.Builder |
ModifySpotFleetRequestRequest.Builder.excessCapacityTerminationPolicy(ExcessCapacityTerminationPolicy excessCapacityTerminationPolicy)
Indicates whether running Spot Instances should be terminated if the target capacity of the Spot Fleet
request is decreased below the current size of the Spot Fleet.
|
SpotFleetRequestConfigData.Builder |
SpotFleetRequestConfigData.Builder.excessCapacityTerminationPolicy(ExcessCapacityTerminationPolicy excessCapacityTerminationPolicy)
Indicates whether running Spot Instances should be terminated if you decrease the target capacity of the Spot
Fleet request below the current size of the Spot Fleet.
|
Copyright © 2019. All rights reserved.