| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| 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 © 2021. All rights reserved.