Uses of Class
com.amazonaws.services.gamelift.model.PlayerSession
-
Packages that use PlayerSession Package Description com.amazonaws.services.gamelift.model -
-
Uses of PlayerSession in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return PlayerSession Modifier and Type Method 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.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type PlayerSession Modifier and Type Method Description List<PlayerSession>
CreatePlayerSessionsResult. getPlayerSessions()
Collection of player session objects created for the added players.List<PlayerSession>
DescribePlayerSessionsResult. getPlayerSessions()
Collection of objects containing properties for each player session that matches the request.Methods in com.amazonaws.services.gamelift.model with parameters of type PlayerSession Modifier and Type Method 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.CreatePlayerSessionsResult
CreatePlayerSessionsResult. withPlayerSessions(PlayerSession... playerSessions)
Collection of player session objects created for the added players.DescribePlayerSessionsResult
DescribePlayerSessionsResult. withPlayerSessions(PlayerSession... playerSessions)
Collection of objects containing properties for each player session that matches the request.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type PlayerSession Modifier and Type Method Description void
CreatePlayerSessionsResult. setPlayerSessions(Collection<PlayerSession> playerSessions)
Collection of player session objects created for the added players.void
DescribePlayerSessionsResult. setPlayerSessions(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.DescribePlayerSessionsResult
DescribePlayerSessionsResult. withPlayerSessions(Collection<PlayerSession> playerSessions)
Collection of objects containing properties for each player session that matches the request.
-