| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartGameSessionPlacementResult> |
AbstractAmazonGameLiftAsync.startGameSessionPlacementAsync(StartGameSessionPlacementRequest request,
AsyncHandler<StartGameSessionPlacementRequest,StartGameSessionPlacementResult> asyncHandler) |
Future<StartGameSessionPlacementResult> |
AmazonGameLiftAsyncClient.startGameSessionPlacementAsync(StartGameSessionPlacementRequest request,
AsyncHandler<StartGameSessionPlacementRequest,StartGameSessionPlacementResult> asyncHandler) |
Future<StartGameSessionPlacementResult> |
AmazonGameLiftAsync.startGameSessionPlacementAsync(StartGameSessionPlacementRequest startGameSessionPlacementRequest,
AsyncHandler<StartGameSessionPlacementRequest,StartGameSessionPlacementResult> asyncHandler)
Places a request for a new game session in a queue (see CreateGameSessionQueue).
|
| Modifier and Type | Method and Description |
|---|---|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.clone() |
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withDesiredPlayerSessions(Collection<DesiredPlayerSession> desiredPlayerSessions)
Set of information on each player to create a player session for.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withDesiredPlayerSessions(DesiredPlayerSession... desiredPlayerSessions)
Set of information on each player to create a player session for.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withGameProperties(Collection<GameProperty> gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withGameProperties(GameProperty... gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withGameSessionData(String gameSessionData)
Set of custom game session properties, formatted as a single string value.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withGameSessionName(String gameSessionName)
A descriptive label that is associated with a game session.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withGameSessionQueueName(String gameSessionQueueName)
Name of the queue to use to place the new game session.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)
The maximum number of players that can be connected simultaneously to the game session.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withPlacementId(String placementId)
A unique identifier to assign to the new game session placement.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withPlayerLatencies(Collection<PlayerLatency> playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withPlayerLatencies(PlayerLatency... playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
Copyright © 2020. All rights reserved.