Uses of Class
software.amazon.awssdk.services.gamelift.model.GameSessionQueueDestination
-
Packages that use GameSessionQueueDestination Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of GameSessionQueueDestination in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameSessionQueueDestination Modifier and Type Method Description List<GameSessionQueueDestination>CreateGameSessionQueueRequest. destinations()A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.List<GameSessionQueueDestination>GameSessionQueue. destinations()A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.List<GameSessionQueueDestination>UpdateGameSessionQueueRequest. destinations()A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameSessionQueueDestination Modifier and Type Method Description CreateGameSessionQueueRequest.BuilderCreateGameSessionQueueRequest.Builder. destinations(GameSessionQueueDestination... destinations)A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.GameSessionQueue.BuilderGameSessionQueue.Builder. destinations(GameSessionQueueDestination... destinations)A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.UpdateGameSessionQueueRequest.BuilderUpdateGameSessionQueueRequest.Builder. destinations(GameSessionQueueDestination... destinations)A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameSessionQueueDestination Modifier and Type Method Description CreateGameSessionQueueRequest.BuilderCreateGameSessionQueueRequest.Builder. destinations(Collection<GameSessionQueueDestination> destinations)A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.GameSessionQueue.BuilderGameSessionQueue.Builder. destinations(Collection<GameSessionQueueDestination> destinations)A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.UpdateGameSessionQueueRequest.BuilderUpdateGameSessionQueueRequest.Builder. destinations(Collection<GameSessionQueueDestination> destinations)A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.
-