| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSessionPlacement |
GameSessionPlacement.clone() |
GameSessionPlacement |
StopGameSessionPlacementResult.getGameSessionPlacement()
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
GameSessionPlacement |
DescribeGameSessionPlacementResult.getGameSessionPlacement()
Object that describes the requested game session placement.
|
GameSessionPlacement |
StartGameSessionPlacementResult.getGameSessionPlacement()
Object that describes the newly created game session placement.
|
GameSessionPlacement |
GameSessionPlacement.withEndTime(Date endTime)
Time stamp indicating when this request was completed, canceled, or timed out.
|
GameSessionPlacement |
GameSessionPlacement.withGameProperties(Collection<GameProperty> gameProperties)
Set of developer-defined properties for a game session, formatted as a set of type:value pairs.
|
GameSessionPlacement |
GameSessionPlacement.withGameProperties(GameProperty... gameProperties)
Set of developer-defined properties for a game session, formatted as a set of type:value pairs.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionArn(String gameSessionArn)
Identifier for the game session created by this placement request.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionData(String gameSessionData)
Set of developer-defined game session properties, formatted as a single string value.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionId(String gameSessionId)
Unique identifier for the game session.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionName(String gameSessionName)
Descriptive label that is associated with a game session.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionQueueName(String gameSessionQueueName)
Descriptive label that is associated with game session queue.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionRegion(String gameSessionRegion)
Name of the region where the game session created by this placement request is running.
|
GameSessionPlacement |
GameSessionPlacement.withIpAddress(String ipAddress)
IP address of the game session.
|
GameSessionPlacement |
GameSessionPlacement.withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)
Maximum number of players that can be connected simultaneously to the game session.
|
GameSessionPlacement |
GameSessionPlacement.withPlacedPlayerSessions(Collection<PlacedPlayerSession> placedPlayerSessions)
Collection of information on player sessions created in response to the game session placement request.
|
GameSessionPlacement |
GameSessionPlacement.withPlacedPlayerSessions(PlacedPlayerSession... placedPlayerSessions)
Collection of information on player sessions created in response to the game session placement request.
|
GameSessionPlacement |
GameSessionPlacement.withPlacementId(String placementId)
Unique identifier for a game session placement.
|
GameSessionPlacement |
GameSessionPlacement.withPlayerLatencies(Collection<PlayerLatency> playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS regions.
|
GameSessionPlacement |
GameSessionPlacement.withPlayerLatencies(PlayerLatency... playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS regions.
|
GameSessionPlacement |
GameSessionPlacement.withPort(Integer port)
Port number for the game session.
|
GameSessionPlacement |
GameSessionPlacement.withStartTime(Date startTime)
Time stamp indicating when this request was placed in the queue.
|
GameSessionPlacement |
GameSessionPlacement.withStatus(GameSessionPlacementState status)
Current status of the game session placement request.
|
GameSessionPlacement |
GameSessionPlacement.withStatus(String status)
Current status of the game session placement request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopGameSessionPlacementResult.setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
void |
DescribeGameSessionPlacementResult.setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the requested game session placement.
|
void |
StartGameSessionPlacementResult.setGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the newly created game session placement.
|
StopGameSessionPlacementResult |
StopGameSessionPlacementResult.withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
DescribeGameSessionPlacementResult |
DescribeGameSessionPlacementResult.withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the requested game session placement.
|
StartGameSessionPlacementResult |
StartGameSessionPlacementResult.withGameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the newly created game session placement.
|
Copyright © 2017. All rights reserved.