Uses of Class
software.amazon.awssdk.services.gamelift.model.UpdateGameSessionQueueRequest
-
Packages that use UpdateGameSessionQueueRequest 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.software.amazon.awssdk.services.gamelift.transform -
-
Uses of UpdateGameSessionQueueRequest in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift with parameters of type UpdateGameSessionQueueRequest Modifier and Type Method Description 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.default UpdateGameSessionQueueResponseGameLiftClient. updateGameSessionQueue(UpdateGameSessionQueueRequest updateGameSessionQueueRequest)Updates the configuration of a game session queue, which determines how the queue processes new game session requests. -
Uses of UpdateGameSessionQueueRequest in software.amazon.awssdk.services.gamelift.transform
Methods in software.amazon.awssdk.services.gamelift.transform with parameters of type UpdateGameSessionQueueRequest Modifier and Type Method Description SdkHttpFullRequestUpdateGameSessionQueueRequestMarshaller. marshall(UpdateGameSessionQueueRequest updateGameSessionQueueRequest)
-