Uses of Class
software.amazon.awssdk.services.gamelift.model.PriorityConfigurationOverride
-
Packages that use PriorityConfigurationOverride Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PriorityConfigurationOverride in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return PriorityConfigurationOverride Modifier and Type Method Description PriorityConfigurationOverrideGameSessionPlacement. priorityConfigurationOverride()A prioritized list of locations to use with a game session placement request and instructions on how to use it.PriorityConfigurationOverrideStartGameSessionPlacementRequest. priorityConfigurationOverride()A prioritized list of locations to use for the game session placement and instructions on how to use it.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type PriorityConfigurationOverride Modifier and Type Method Description GameSessionPlacement.BuilderGameSessionPlacement.Builder. priorityConfigurationOverride(PriorityConfigurationOverride priorityConfigurationOverride)A prioritized list of locations to use with a game session placement request and instructions on how to use it.StartGameSessionPlacementRequest.BuilderStartGameSessionPlacementRequest.Builder. priorityConfigurationOverride(PriorityConfigurationOverride priorityConfigurationOverride)A prioritized list of locations to use for the game session placement and instructions on how to use it.
-