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 PlayerSessionPlayerSession. clone()PlayerSessionCreatePlayerSessionResult. getPlayerSession()Object containing the newly created player session record.PlayerSessionPlayerSession. withCreationTime(Date creationTime)Time stamp indicating when this object was created.PlayerSessionPlayerSession. withFleetId(String fleetId)Unique identifier for a fleet.PlayerSessionPlayerSession. withGameSessionId(String gameSessionId)Unique identifier for a game session.PlayerSessionPlayerSession. withIpAddress(String ipAddress)Game session IP address.PlayerSessionPlayerSession. withPlayerId(String playerId)Unique identifier for a player.PlayerSessionPlayerSession. withPlayerSessionId(String playerSessionId)Unique identifier for a player session.PlayerSessionPlayerSession. withStatus(PlayerSessionStatus status)Current status of the player session.PlayerSessionPlayerSession. withStatus(String status)Current status of the player session.PlayerSessionPlayerSession. 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 voidCreatePlayerSessionResult. setPlayerSession(PlayerSession playerSession)Object containing the newly created player session record.CreatePlayerSessionResultCreatePlayerSessionResult. withPlayerSession(PlayerSession playerSession)Object containing the newly created player session record.CreatePlayerSessionsResultCreatePlayerSessionsResult. withPlayerSessions(PlayerSession... playerSessions)Collection of player session objects created for the added players.DescribePlayerSessionsResultDescribePlayerSessionsResult. 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 voidCreatePlayerSessionsResult. setPlayerSessions(Collection<PlayerSession> playerSessions)Collection of player session objects created for the added players.voidDescribePlayerSessionsResult. setPlayerSessions(Collection<PlayerSession> playerSessions)Collection of objects containing properties for each player session that matches the request.CreatePlayerSessionsResultCreatePlayerSessionsResult. withPlayerSessions(Collection<PlayerSession> playerSessions)Collection of player session objects created for the added players.DescribePlayerSessionsResultDescribePlayerSessionsResult. withPlayerSessions(Collection<PlayerSession> playerSessions)Collection of objects containing properties for each player session that matches the request.
-