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