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