| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSessionQueue |
GameSessionQueue.clone() |
GameSessionQueue |
CreateGameSessionQueueResult.getGameSessionQueue()
Object that describes the newly created game session queue.
|
GameSessionQueue |
UpdateGameSessionQueueResult.getGameSessionQueue()
Object that describes the newly updated game session queue.
|
GameSessionQueue |
GameSessionQueue.withDestinations(Collection<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.
|
GameSessionQueue |
GameSessionQueue.withGameSessionQueueArn(String gameSessionQueueArn)
Amazon Resource Name (ARN) that
is assigned to a game session queue and uniquely identifies it.
|
GameSessionQueue |
GameSessionQueue.withName(String name)
Descriptive label that is associated with game session queue.
|
GameSessionQueue |
GameSessionQueue.withPlayerLatencyPolicies(Collection<PlayerLatencyPolicy> playerLatencyPolicies)
Collection of latency policies to apply when processing game sessions placement requests with player latency
information.
|
GameSessionQueue |
GameSessionQueue.withPlayerLatencyPolicies(PlayerLatencyPolicy... playerLatencyPolicies)
Collection of latency policies to apply when processing game sessions placement requests with player latency
information.
|
GameSessionQueue |
GameSessionQueue.withTimeoutInSeconds(Integer timeoutInSeconds)
Maximum time, in seconds, that a new game session placement request remains in the queue.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameSessionQueue> |
DescribeGameSessionQueuesResult.getGameSessionQueues()
Collection of objects that describes the requested game session queues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGameSessionQueueResult.setGameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly created game session queue.
|
void |
UpdateGameSessionQueueResult.setGameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly updated game session queue.
|
CreateGameSessionQueueResult |
CreateGameSessionQueueResult.withGameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly created game session queue.
|
UpdateGameSessionQueueResult |
UpdateGameSessionQueueResult.withGameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly updated game session queue.
|
DescribeGameSessionQueuesResult |
DescribeGameSessionQueuesResult.withGameSessionQueues(GameSessionQueue... gameSessionQueues)
Collection of objects that describes the requested game session queues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGameSessionQueuesResult.setGameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
Collection of objects that describes the requested game session queues.
|
DescribeGameSessionQueuesResult |
DescribeGameSessionQueuesResult.withGameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
Collection of objects that describes the requested game session queues.
|
Copyright © 2017. All rights reserved.