Uses of Class
com.amazonaws.services.gamelift.model.GameSession
-
Packages that use GameSession Package Description com.amazonaws.services.gamelift.model -
-
Uses of GameSession in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return GameSession Modifier and Type Method Description GameSession
GameSession. clone()
GameSession
CreateGameSessionResult. getGameSession()
Object containing the newly created game session record.GameSession
GameSessionDetail. getGameSession()
GameSession
UpdateGameSessionResult. getGameSession()
Object containing the updated game session metadata.GameSession
GameSession. withCreationTime(Date creationTime)
Time stamp indicating when this object was created.GameSession
GameSession. withCurrentPlayerSessionCount(Integer currentPlayerSessionCount)
Number of players currently in the game session.GameSession
GameSession. withFleetId(String fleetId)
Unique identifier for a fleet.GameSession
GameSession. withGameProperties(GameProperty... gameProperties)
Set of custom properties for the game session.GameSession
GameSession. withGameProperties(Collection<GameProperty> gameProperties)
Set of custom properties for the game session.GameSession
GameSession. withGameSessionId(String gameSessionId)
Unique identifier for a game session.GameSession
GameSession. withIpAddress(String ipAddress)
IP address of the game session.GameSession
GameSession. withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)
Maximum number of players allowed in the game session.GameSession
GameSession. withName(String name)
Descriptive label associated with this game session.GameSession
GameSession. withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Indicates whether or not the game session is accepting new players.GameSession
GameSession. withPlayerSessionCreationPolicy(String playerSessionCreationPolicy)
Indicates whether or not the game session is accepting new players.GameSession
GameSession. withStatus(GameSessionStatus status)
Current status of the game session.GameSession
GameSession. withStatus(String status)
Current status of the game session.GameSession
GameSession. 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 GameSession Modifier and Type Method Description List<GameSession>
DescribeGameSessionsResult. getGameSessions()
Collection of objects containing game session properties for each session matching the request.Methods in com.amazonaws.services.gamelift.model with parameters of type GameSession Modifier and Type Method Description void
CreateGameSessionResult. setGameSession(GameSession gameSession)
Object containing the newly created game session record.void
GameSessionDetail. setGameSession(GameSession gameSession)
void
UpdateGameSessionResult. setGameSession(GameSession gameSession)
Object containing the updated game session metadata.CreateGameSessionResult
CreateGameSessionResult. withGameSession(GameSession gameSession)
Object containing the newly created game session record.GameSessionDetail
GameSessionDetail. withGameSession(GameSession gameSession)
UpdateGameSessionResult
UpdateGameSessionResult. withGameSession(GameSession gameSession)
Object containing the updated game session metadata.DescribeGameSessionsResult
DescribeGameSessionsResult. withGameSessions(GameSession... gameSessions)
Collection of objects containing game session properties for each session matching the request.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type GameSession Modifier and Type Method Description void
DescribeGameSessionsResult. setGameSessions(Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session matching the request.DescribeGameSessionsResult
DescribeGameSessionsResult. withGameSessions(Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session matching the request.
-