Uses of Enum
software.amazon.awssdk.services.ec2.model.SpotAllocationStrategy
Packages that use SpotAllocationStrategy
-
Uses of SpotAllocationStrategy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotAllocationStrategyModifier and TypeMethodDescriptionfinal SpotAllocationStrategySpotOptions.allocationStrategy()The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration.final SpotAllocationStrategySpotOptionsRequest.allocationStrategy()The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration.static SpotAllocationStrategyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static SpotAllocationStrategyReturns the enum constant of this type with the specified name.static SpotAllocationStrategy[]SpotAllocationStrategy.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 SpotAllocationStrategyModifier and TypeMethodDescriptionstatic Set<SpotAllocationStrategy>SpotAllocationStrategy.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotAllocationStrategyModifier and TypeMethodDescriptionSpotOptions.Builder.allocationStrategy(SpotAllocationStrategy allocationStrategy) The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration.SpotOptionsRequest.Builder.allocationStrategy(SpotAllocationStrategy allocationStrategy) The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration.