Uses of Enum
software.amazon.awssdk.services.ec2.model.ExcessCapacityTerminationPolicy
Packages that use ExcessCapacityTerminationPolicy
-
Uses of ExcessCapacityTerminationPolicy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExcessCapacityTerminationPolicyModifier and TypeMethodDescriptionModifySpotFleetRequestRequest.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.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.Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 ExcessCapacityTerminationPolicyModifier and TypeMethodDescriptionstatic Set<ExcessCapacityTerminationPolicy>ExcessCapacityTerminationPolicy.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type ExcessCapacityTerminationPolicyModifier and TypeMethodDescriptionModifySpotFleetRequestRequest.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.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.