Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
GameSession |
GameSession.clone() |
GameSession |
CreateGameSessionResult.getGameSession()
Object containing the newly created game session record.
|
GameSession |
UpdateGameSessionResult.getGameSession()
Object containing the updated game session metadata.
|
GameSession |
GameSessionDetail.getGameSession() |
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(Collection<GameProperty> gameProperties)
Set of custom properties for the game session.
|
GameSession |
GameSession.withGameProperties(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.
|
Modifier and Type | Method and Description |
---|---|
List<GameSession> |
DescribeGameSessionsResult.getGameSessions()
Collection of objects containing game session properties for each session
matching the request.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateGameSessionResult.setGameSession(GameSession gameSession)
Object containing the newly created game session record.
|
void |
UpdateGameSessionResult.setGameSession(GameSession gameSession)
Object containing the updated game session metadata.
|
void |
GameSessionDetail.setGameSession(GameSession gameSession) |
CreateGameSessionResult |
CreateGameSessionResult.withGameSession(GameSession gameSession)
Object containing the newly created game session record.
|
UpdateGameSessionResult |
UpdateGameSessionResult.withGameSession(GameSession gameSession)
Object containing the updated game session metadata.
|
GameSessionDetail |
GameSessionDetail.withGameSession(GameSession gameSession) |
DescribeGameSessionsResult |
DescribeGameSessionsResult.withGameSessions(GameSession... gameSessions)
Collection of objects containing game session properties for each session
matching the request.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.