| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateGameSessionQueueResponse |
GameLiftClient.updateGameSessionQueue(Consumer<UpdateGameSessionQueueRequest.Builder> updateGameSessionQueueRequest)
Updates the configuration of a game session queue, which determines how the queue processes new game session
requests.
|
default UpdateGameSessionQueueResponse |
GameLiftClient.updateGameSessionQueue(UpdateGameSessionQueueRequest updateGameSessionQueueRequest)
Updates the configuration of a game session queue, which determines how the queue processes new game session
requests.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.