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 AllocationStrategy
AllocationStrategy. fromValue(String value)
Use this in place of valueOf.static AllocationStrategy
AllocationStrategy. 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 void
SpotFleetRequestConfigData. setAllocationStrategy(AllocationStrategy allocationStrategy)
Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request.SpotFleetRequestConfigData
SpotFleetRequestConfigData. withAllocationStrategy(AllocationStrategy allocationStrategy)
Indicates how to allocate the target capacity across the Spot pools specified by the Spot fleet request.
-