Uses of Class
software.amazon.awssdk.services.gamelift.model.UpdateGameSessionQueueResponse
-
Packages that use UpdateGameSessionQueueResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers. -
-
Uses of UpdateGameSessionQueueResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return UpdateGameSessionQueueResponse Modifier and Type Method Description default UpdateGameSessionQueueResponseGameLiftClient. updateGameSessionQueue(Consumer<UpdateGameSessionQueueRequest.Builder> updateGameSessionQueueRequest)Updates the configuration of a game session queue, which determines how the queue processes new game session requests.default UpdateGameSessionQueueResponseGameLiftClient. updateGameSessionQueue(UpdateGameSessionQueueRequest updateGameSessionQueueRequest)Updates the configuration of a game session queue, which determines how the queue processes new game session requests.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type UpdateGameSessionQueueResponse Modifier and Type Method Description default CompletableFuture<UpdateGameSessionQueueResponse>GameLiftAsyncClient. updateGameSessionQueue(Consumer<UpdateGameSessionQueueRequest.Builder> updateGameSessionQueueRequest)Updates the configuration of a game session queue, which determines how the queue processes new game session requests.default CompletableFuture<UpdateGameSessionQueueResponse>GameLiftAsyncClient. updateGameSessionQueue(UpdateGameSessionQueueRequest updateGameSessionQueueRequest)Updates the configuration of a game session queue, which determines how the queue processes new game session requests.
-