| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
List<GameSessionQueueDestination> |
UpdateGameSessionQueueRequest.destinations()
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
List<GameSessionQueueDestination> |
GameSessionQueue.destinations()
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
List<GameSessionQueueDestination> |
CreateGameSessionQueueRequest.destinations()
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionQueueRequest.Builder |
UpdateGameSessionQueueRequest.Builder.destinations(GameSessionQueueDestination... destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
GameSessionQueue.Builder |
GameSessionQueue.Builder.destinations(GameSessionQueueDestination... destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
CreateGameSessionQueueRequest.Builder |
CreateGameSessionQueueRequest.Builder.destinations(GameSessionQueueDestination... destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionQueueRequest.Builder |
UpdateGameSessionQueueRequest.Builder.destinations(Collection<GameSessionQueueDestination> destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
GameSessionQueue.Builder |
GameSessionQueue.Builder.destinations(Collection<GameSessionQueueDestination> destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
CreateGameSessionQueueRequest.Builder |
CreateGameSessionQueueRequest.Builder.destinations(Collection<GameSessionQueueDestination> destinations)
A list of fleets that can be used to fulfill game session placement requests in the queue.
|
Copyright © 2021. All rights reserved.