Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static ExcessCapacityTerminationPolicy |
ExcessCapacityTerminationPolicy.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
SpotFleetRequestConfigData.setExcessCapacityTerminationPolicy(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.
|
void |
ModifySpotFleetRequestRequest.setExcessCapacityTerminationPolicy(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 |
SpotFleetRequestConfigData.withExcessCapacityTerminationPolicy(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.
|
ModifySpotFleetRequestRequest |
ModifySpotFleetRequestRequest.withExcessCapacityTerminationPolicy(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.
|
Copyright © 2018. All rights reserved.