| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
GameSessionQueue |
CreateGameSessionQueueResponse.gameSessionQueue()
An object that describes the newly created game session queue.
|
GameSessionQueue |
UpdateGameSessionQueueResponse.gameSessionQueue()
An object that describes the newly updated game session queue.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameSessionQueue> |
DescribeGameSessionQueuesResponse.gameSessionQueues()
A collection of objects that describe the requested game session queues.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameSessionQueueResponse.Builder |
CreateGameSessionQueueResponse.Builder.gameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly created game session queue.
|
UpdateGameSessionQueueResponse.Builder |
UpdateGameSessionQueueResponse.Builder.gameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly updated game session queue.
|
DescribeGameSessionQueuesResponse.Builder |
DescribeGameSessionQueuesResponse.Builder.gameSessionQueues(GameSessionQueue... gameSessionQueues)
A collection of objects that describe the requested game session queues.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionQueuesResponse.Builder |
DescribeGameSessionQueuesResponse.Builder.gameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
A collection of objects that describe the requested game session queues.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GameSessionQueue> |
DescribeGameSessionQueuesPublisher.gameSessionQueues()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GameSessionQueue> |
DescribeGameSessionQueuesIterable.gameSessionQueues()
Returns an iterable to iterate through the paginated
DescribeGameSessionQueuesResponse.gameSessionQueues() member. |
Copyright © 2022. All rights reserved.