Uses of Class
software.amazon.awssdk.services.ec2.model.ExcessCapacityTerminationPolicy
-
Packages that use ExcessCapacityTerminationPolicy Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ExcessCapacityTerminationPolicy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExcessCapacityTerminationPolicy Modifier and Type Method Description ExcessCapacityTerminationPolicyModifySpotFleetRequestRequest. excessCapacityTerminationPolicy()Indicates whether running instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.ExcessCapacityTerminationPolicySpotFleetRequestConfigData. excessCapacityTerminationPolicy()Indicates whether running instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet.static ExcessCapacityTerminationPolicyExcessCapacityTerminationPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExcessCapacityTerminationPolicyExcessCapacityTerminationPolicy. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExcessCapacityTerminationPolicy Modifier and Type Method Description static Set<ExcessCapacityTerminationPolicy>ExcessCapacityTerminationPolicy. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type ExcessCapacityTerminationPolicy Modifier and Type Method Description ModifySpotFleetRequestRequest.BuilderModifySpotFleetRequestRequest.Builder. excessCapacityTerminationPolicy(ExcessCapacityTerminationPolicy excessCapacityTerminationPolicy)Indicates whether running instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.SpotFleetRequestConfigData.BuilderSpotFleetRequestConfigData.Builder. excessCapacityTerminationPolicy(ExcessCapacityTerminationPolicy excessCapacityTerminationPolicy)Indicates whether running instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet.
-