Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private GameSession |
UpdateGameSessionResult.gameSession
Object containing the updated game session metadata.
|
private GameSession |
GameSessionDetail.gameSession |
private GameSession |
CreateGameSessionResult.gameSession
Object containing the newly created game session record.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<GameSession> |
DescribeGameSessionsResult.gameSessions
Collection of objects containing game session properties for each session
matching the request.
|
Modifier and Type | Method and Description |
---|---|
GameSession |
GameSession.clone() |
GameSession |
UpdateGameSessionResult.getGameSession()
Object containing the updated game session metadata.
|
GameSession |
GameSessionDetail.getGameSession() |
GameSession |
CreateGameSessionResult.getGameSession()
Object containing the newly created game session record.
|
GameSession |
GameSession.withCreationTime(java.util.Date creationTime)
Time stamp indicating when this object was created.
|
GameSession |
GameSession.withCurrentPlayerSessionCount(java.lang.Integer currentPlayerSessionCount)
Number of players currently in the game session.
|
GameSession |
GameSession.withFleetId(java.lang.String fleetId)
Unique identifier for a fleet.
|
GameSession |
GameSession.withGameProperties(java.util.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(java.lang.String gameSessionId)
Unique identifier for a game session.
|
GameSession |
GameSession.withIpAddress(java.lang.String ipAddress)
IP address of the game session.
|
GameSession |
GameSession.withMaximumPlayerSessionCount(java.lang.Integer maximumPlayerSessionCount)
Maximum number of players allowed in the game session.
|
GameSession |
GameSession.withName(java.lang.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(java.lang.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(java.lang.String status)
Current status of the game session.
|
GameSession |
GameSession.withTerminationTime(java.util.Date terminationTime)
Time stamp indicating when this fleet was terminated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GameSession> |
DescribeGameSessionsResult.getGameSessions()
Collection of objects containing game session properties for each session
matching the request.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateGameSessionResult.setGameSession(GameSession gameSession)
Object containing the updated game session metadata.
|
void |
GameSessionDetail.setGameSession(GameSession gameSession) |
void |
CreateGameSessionResult.setGameSession(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) |
CreateGameSessionResult |
CreateGameSessionResult.withGameSession(GameSession gameSession)
Object containing the newly created game session record.
|
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(java.util.Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session
matching the request.
|
DescribeGameSessionsResult |
DescribeGameSessionsResult.withGameSessions(java.util.Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session
matching the request.
|
Modifier and Type | Method and Description |
---|---|
GameSession |
GameSessionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
GameSessionJsonMarshaller.marshall(GameSession gameSession,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|