| 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.withDnsName(String dnsName)
DNS identifier assigned to the instance that is running the game session.
|
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 custom properties for a game session, formatted as key:value pairs.
|
GameSessionPlacement |
GameSessionPlacement.withGameProperties(GameProperty... gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionArn(String gameSessionArn)
Identifier for the game session created by this placement request.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionData(String gameSessionData)
Set of custom game session properties, formatted as a single string value.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionId(String gameSessionId)
A unique identifier for the game session.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionName(String gameSessionName)
A descriptive label that is associated with a game session.
|
GameSessionPlacement |
GameSessionPlacement.withGameSessionQueueName(String gameSessionQueueName)
A 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 instance that is running the game session.
|
GameSessionPlacement |
GameSessionPlacement.withMatchmakerData(String matchmakerData)
Information on the matchmaking process for this game.
|
GameSessionPlacement |
GameSessionPlacement.withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)
The maximum number of players that can be connected simultaneously to the game session.
|
GameSessionPlacement |
GameSessionPlacement.withPlacedPlayerSessions(Collection<PlacedPlayerSession> placedPlayerSessions)
A collection of information on player sessions created in response to the game session placement request.
|
GameSessionPlacement |
GameSessionPlacement.withPlacedPlayerSessions(PlacedPlayerSession... placedPlayerSessions)
A collection of information on player sessions created in response to the game session placement request.
|
GameSessionPlacement |
GameSessionPlacement.withPlacementId(String placementId)
A 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 © 2020. All rights reserved.