| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSessionQueue |
CreateGameSessionQueueResponse.gameSessionQueue()
Object that describes the newly created game session queue.
|
GameSessionQueue |
UpdateGameSessionQueueResponse.gameSessionQueue()
Object that describes the newly updated game session queue.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameSessionQueue> |
DescribeGameSessionQueuesResponse.gameSessionQueues()
Collection of objects that describes the requested game session queues.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameSessionQueueResponse.Builder |
CreateGameSessionQueueResponse.Builder.gameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly created game session queue.
|
UpdateGameSessionQueueResponse.Builder |
UpdateGameSessionQueueResponse.Builder.gameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly updated game session queue.
|
DescribeGameSessionQueuesResponse.Builder |
DescribeGameSessionQueuesResponse.Builder.gameSessionQueues(GameSessionQueue... gameSessionQueues)
Collection of objects that describes the requested game session queues.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionQueuesResponse.Builder |
DescribeGameSessionQueuesResponse.Builder.gameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
Collection of objects that describes the requested game session queues.
|
Copyright © 2019. All rights reserved.