Uses of Enum
com.amazonaws.services.ec2.model.ExcessCapacityTerminationPolicy
Packages that use ExcessCapacityTerminationPolicy
-
Uses of ExcessCapacityTerminationPolicy in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ExcessCapacityTerminationPolicyModifier and TypeMethodDescriptionUse this in place of valueOf.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 com.amazonaws.services.ec2.model with parameters of type ExcessCapacityTerminationPolicyModifier and TypeMethodDescriptionvoid
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.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.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.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.