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