| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
PlayerSession |
PlayerSession.clone() |
PlayerSession |
CreatePlayerSessionResult.getPlayerSession()
Object that describes the newly created player session record.
|
PlayerSession |
PlayerSession.withCreationTime(Date creationTime)
Time stamp indicating when this data object was created.
|
PlayerSession |
PlayerSession.withFleetId(String fleetId)
Unique identifier for a fleet that the player's game session is running on.
|
PlayerSession |
PlayerSession.withGameSessionId(String gameSessionId)
Unique identifier for the game session that the player session is connected to.
|
PlayerSession |
PlayerSession.withIpAddress(String ipAddress)
IP address of the game session.
|
PlayerSession |
PlayerSession.withPlayerData(String playerData)
Developer-defined information related to a player.
|
PlayerSession |
PlayerSession.withPlayerId(String playerId)
Unique identifier for a player that is associated with this player session.
|
PlayerSession |
PlayerSession.withPlayerSessionId(String playerSessionId)
Unique identifier for a player session.
|
PlayerSession |
PlayerSession.withPort(Integer port)
Port number for the game session.
|
PlayerSession |
PlayerSession.withStatus(PlayerSessionStatus status)
Current status of the player session.
|
PlayerSession |
PlayerSession.withStatus(String status)
Current status of the player session.
|
PlayerSession |
PlayerSession.withTerminationTime(Date terminationTime)
Time stamp indicating when this data object was terminated.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlayerSession> |
DescribePlayerSessionsResult.getPlayerSessions()
Collection of objects containing properties for each player session that matches the request.
|
List<PlayerSession> |
CreatePlayerSessionsResult.getPlayerSessions()
Collection of player session objects created for the added players.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePlayerSessionResult.setPlayerSession(PlayerSession playerSession)
Object that describes the newly created player session record.
|
CreatePlayerSessionResult |
CreatePlayerSessionResult.withPlayerSession(PlayerSession playerSession)
Object that describes the newly created player session record.
|
DescribePlayerSessionsResult |
DescribePlayerSessionsResult.withPlayerSessions(PlayerSession... playerSessions)
Collection of objects containing properties for each player session that matches the request.
|
CreatePlayerSessionsResult |
CreatePlayerSessionsResult.withPlayerSessions(PlayerSession... playerSessions)
Collection of player session objects created for the added players.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePlayerSessionsResult.setPlayerSessions(Collection<PlayerSession> playerSessions)
Collection of objects containing properties for each player session that matches the request.
|
void |
CreatePlayerSessionsResult.setPlayerSessions(Collection<PlayerSession> playerSessions)
Collection of player session objects created for the added players.
|
DescribePlayerSessionsResult |
DescribePlayerSessionsResult.withPlayerSessions(Collection<PlayerSession> playerSessions)
Collection of objects containing properties for each player session that matches the request.
|
CreatePlayerSessionsResult |
CreatePlayerSessionsResult.withPlayerSessions(Collection<PlayerSession> playerSessions)
Collection of player session objects created for the added players.
|
Copyright © 2017. All rights reserved.