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 AllocationStrategyUse this in place of valueOf.static AllocationStrategyReturns 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 TypeMethodDescriptionvoidSpotFleetRequestConfigData.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.