Uses of Class
software.amazon.awssdk.services.gamelift.model.PriorityType
-
Packages that use PriorityType Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PriorityType in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return PriorityType Modifier and Type Method Description static PriorityTypePriorityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PriorityTypePriorityType. valueOf(String name)Returns the enum constant of this type with the specified name.static PriorityType[]PriorityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type PriorityType Modifier and Type Method Description static Set<PriorityType>PriorityType. knownValues()List<PriorityType>PriorityConfiguration. priorityOrder()The recommended sequence to use when prioritizing where to place new game sessions.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type PriorityType Modifier and Type Method Description PriorityConfiguration.BuilderPriorityConfiguration.Builder. priorityOrder(PriorityType... priorityOrder)The recommended sequence to use when prioritizing where to place new game sessions.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type PriorityType Modifier and Type Method Description PriorityConfiguration.BuilderPriorityConfiguration.Builder. priorityOrder(Collection<PriorityType> priorityOrder)The recommended sequence to use when prioritizing where to place new game sessions.
-