Uses of Class
software.amazon.awssdk.services.pcs.model.SpotAllocationStrategy
-
Packages that use SpotAllocationStrategy Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of SpotAllocationStrategy in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return SpotAllocationStrategy Modifier and Type Method Description SpotAllocationStrategySpotOptions. allocationStrategy()The Amazon EC2 allocation strategy Amazon Web Services PCS uses to provision EC2 instances.static SpotAllocationStrategySpotAllocationStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SpotAllocationStrategySpotAllocationStrategy. valueOf(String name)Returns 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.pcs.model that return types with arguments of type SpotAllocationStrategy Modifier and Type Method Description static Set<SpotAllocationStrategy>SpotAllocationStrategy. knownValues()Methods in software.amazon.awssdk.services.pcs.model with parameters of type SpotAllocationStrategy Modifier and Type Method Description SpotOptions.BuilderSpotOptions.Builder. allocationStrategy(SpotAllocationStrategy allocationStrategy)The Amazon EC2 allocation strategy Amazon Web Services PCS uses to provision EC2 instances.
-