Uses of Enum
software.amazon.awssdk.services.ec2.model.AllocationStrategy
Packages that use AllocationStrategy
-
Uses of AllocationStrategy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AllocationStrategyModifier and TypeMethodDescriptionfinal AllocationStrategySpotFleetRequestConfigData.allocationStrategy()The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration.static AllocationStrategyUse this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type AllocationStrategyModifier and TypeMethodDescriptionstatic Set<AllocationStrategy>AllocationStrategy.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AllocationStrategyModifier and TypeMethodDescriptionSpotFleetRequestConfigData.Builder.allocationStrategy(AllocationStrategy allocationStrategy) The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration.