Uses of Enum
com.amazonaws.services.ec2.model.AllocationStrategy
Packages that use AllocationStrategy
-
Uses of AllocationStrategy in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AllocationStrategyModifier and TypeMethodDescriptionstatic AllocationStrategy
Use this in place of valueOf.static AllocationStrategy
Returns the enum constant of this type with the specified name.static AllocationStrategy[]
AllocationStrategy.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 AllocationStrategyModifier and TypeMethodDescriptionvoid
SpotFleetRequestConfigData.setAllocationStrategy
(AllocationStrategy allocationStrategy) Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request.SpotFleetRequestConfigData.withAllocationStrategy
(AllocationStrategy allocationStrategy) Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request.