Uses of Class
com.amazonaws.services.ec2.model.AllocationStrategy
-
Packages that use AllocationStrategy Package Description com.amazonaws.services.ec2.model -
-
Uses of AllocationStrategy in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AllocationStrategy Modifier and Type Method Description static AllocationStrategyAllocationStrategy. fromValue(String value)Use this in place of valueOf.static AllocationStrategyAllocationStrategy. valueOf(String name)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 AllocationStrategy Modifier and Type Method Description voidSpotFleetRequestConfigData. setAllocationStrategy(AllocationStrategy allocationStrategy)Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request.SpotFleetRequestConfigDataSpotFleetRequestConfigData. withAllocationStrategy(AllocationStrategy allocationStrategy)Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request.
-