Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
PlayerSession |
PlayerSession.clone() |
PlayerSession |
CreatePlayerSessionResult.getPlayerSession()
Object containing the newly created player session record.
|
PlayerSession |
PlayerSession.withCreationTime(Date creationTime)
Time stamp indicating when this object was created.
|
PlayerSession |
PlayerSession.withFleetId(String fleetId)
Unique identifier for a fleet.
|
PlayerSession |
PlayerSession.withGameSessionId(String gameSessionId)
Unique identifier for a game session.
|
PlayerSession |
PlayerSession.withIpAddress(String ipAddress)
Game session IP address.
|
PlayerSession |
PlayerSession.withPlayerId(String playerId)
Unique identifier for a player.
|
PlayerSession |
PlayerSession.withPlayerSessionId(String playerSessionId)
Unique identifier for a player 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 fleet 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 containing the newly created player session record.
|
CreatePlayerSessionResult |
CreatePlayerSessionResult.withPlayerSession(PlayerSession playerSession)
Object containing 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 © 2018. All rights reserved.