| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSessionQueue |
GameSessionQueue.clone() |
GameSessionQueue |
UpdateGameSessionQueueResult.getGameSessionQueue()
An object that describes the newly updated game session queue.
|
GameSessionQueue |
CreateGameSessionQueueResult.getGameSessionQueue()
An object that describes the newly created game session queue.
|
GameSessionQueue |
GameSessionQueue.withCustomEventData(String customEventData)
Information that is added to all events that are related to this game session queue.
|
GameSessionQueue |
GameSessionQueue.withDestinations(Collection<GameSessionQueueDestination> destinations)
A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.
|
GameSessionQueue |
GameSessionQueue.withDestinations(GameSessionQueueDestination... destinations)
A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.
|
GameSessionQueue |
GameSessionQueue.withFilterConfiguration(FilterConfiguration filterConfiguration)
A list of locations where a queue is allowed to place new game sessions.
|
GameSessionQueue |
GameSessionQueue.withGameSessionQueueArn(String gameSessionQueueArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift game session queue resource and uniquely identifies it.
|
GameSessionQueue |
GameSessionQueue.withName(String name)
A descriptive label that is associated with game session queue.
|
GameSessionQueue |
GameSessionQueue.withNotificationTarget(String notificationTarget)
An SNS topic ARN that is set up to receive game session placement notifications.
|
GameSessionQueue |
GameSessionQueue.withPlayerLatencyPolicies(Collection<PlayerLatencyPolicy> playerLatencyPolicies)
A set of policies that act as a sliding cap on player latency.
|
GameSessionQueue |
GameSessionQueue.withPlayerLatencyPolicies(PlayerLatencyPolicy... playerLatencyPolicies)
A set of policies that act as a sliding cap on player latency.
|
GameSessionQueue |
GameSessionQueue.withPriorityConfiguration(PriorityConfiguration priorityConfiguration)
Custom settings to use when prioritizing destinations and locations for game session placements.
|
GameSessionQueue |
GameSessionQueue.withTimeoutInSeconds(Integer timeoutInSeconds)
The 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()
A collection of objects that describe the requested game session queues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGameSessionQueueResult.setGameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly updated game session queue.
|
void |
CreateGameSessionQueueResult.setGameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly created game session queue.
|
UpdateGameSessionQueueResult |
UpdateGameSessionQueueResult.withGameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly updated game session queue.
|
CreateGameSessionQueueResult |
CreateGameSessionQueueResult.withGameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly created game session queue.
|
DescribeGameSessionQueuesResult |
DescribeGameSessionQueuesResult.withGameSessionQueues(GameSessionQueue... gameSessionQueues)
A collection of objects that describe the requested game session queues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGameSessionQueuesResult.setGameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
A collection of objects that describe the requested game session queues.
|
DescribeGameSessionQueuesResult |
DescribeGameSessionQueuesResult.withGameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
A collection of objects that describe the requested game session queues.
|
Copyright © 2024. All rights reserved.