Uses of Enum
software.amazon.awscdk.services.gamelift.alpha.PriorityType
Packages that use PriorityType
Package
Description
Amazon GameLift Construct Library
-
Uses of PriorityType in software.amazon.awscdk.services.gamelift.alpha
Methods in software.amazon.awscdk.services.gamelift.alpha that return PriorityTypeModifier and TypeMethodDescriptionstatic PriorityType
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.awscdk.services.gamelift.alpha that return types with arguments of type PriorityTypeModifier and TypeMethodDescriptionPriorityConfiguration.getPriorityOrder()
(experimental) The recommended sequence to use when prioritizing where to place new game sessions.final List<PriorityType>
PriorityConfiguration.Jsii$Proxy.getPriorityOrder()
Method parameters in software.amazon.awscdk.services.gamelift.alpha with type arguments of type PriorityTypeModifier and TypeMethodDescriptionPriorityConfiguration.Builder.priorityOrder
(List<? extends PriorityType> priorityOrder) Sets the value ofPriorityConfiguration.getPriorityOrder()