| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSessionQueueDestination |
GameSessionQueueDestination.clone() |
GameSessionQueueDestination |
GameSessionQueueDestination.withDestinationArn(String destinationArn)
Amazon Resource Name (ARN) assigned to fleet or fleet alias.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameSessionQueueDestination> |
UpdateGameSessionQueueRequest.getDestinations()
List of fleets that can be used to fulfill game session placement requests in the queue.
|
List<GameSessionQueueDestination> |
CreateGameSessionQueueRequest.getDestinations()
List of fleets that can be used to fulfill game session placement requests in the queue.
|
List<GameSessionQueueDestination> |
GameSessionQueue.getDestinations()
List of fleets that can be used to fulfill game session placement requests in the queue.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionQueueRequest |
UpdateGameSessionQueueRequest.withDestinations(GameSessionQueueDestination... destinations)
List of fleets that can be used to fulfill game session placement requests in the queue.
|
CreateGameSessionQueueRequest |
CreateGameSessionQueueRequest.withDestinations(GameSessionQueueDestination... destinations)
List of fleets that can be used to fulfill game session placement requests in the queue.
|
GameSessionQueue |
GameSessionQueue.withDestinations(GameSessionQueueDestination... destinations)
List of fleets that can be used to fulfill game session placement requests in the queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGameSessionQueueRequest.setDestinations(Collection<GameSessionQueueDestination> destinations)
List of fleets that can be used to fulfill game session placement requests in the queue.
|
void |
CreateGameSessionQueueRequest.setDestinations(Collection<GameSessionQueueDestination> destinations)
List of fleets that can be used to fulfill game session placement requests in the queue.
|
void |
GameSessionQueue.setDestinations(Collection<GameSessionQueueDestination> destinations)
List of fleets that can be used to fulfill game session placement requests in the queue.
|
UpdateGameSessionQueueRequest |
UpdateGameSessionQueueRequest.withDestinations(Collection<GameSessionQueueDestination> destinations)
List of fleets that can be used to fulfill game session placement requests in the queue.
|
CreateGameSessionQueueRequest |
CreateGameSessionQueueRequest.withDestinations(Collection<GameSessionQueueDestination> destinations)
List of fleets that can be used to fulfill game session placement requests in the queue.
|
GameSessionQueue |
GameSessionQueue.withDestinations(Collection<GameSessionQueueDestination> destinations)
List of fleets that can be used to fulfill game session placement requests in the queue.
|
Copyright © 2017. All rights reserved.