| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSession |
GameSession.clone() |
GameSession |
GameSessionDetail.getGameSession()
Object that describes a game session.
|
GameSession |
UpdateGameSessionResult.getGameSession()
Object that contains the updated game session metadata.
|
GameSession |
CreateGameSessionResult.getGameSession()
Object that describes the newly created game session record.
|
GameSession |
GameSession.withCreationTime(Date creationTime)
Time stamp indicating when this data object was created.
|
GameSession |
GameSession.withCreatorId(String creatorId)
Unique identifier for a player.
|
GameSession |
GameSession.withCurrentPlayerSessionCount(Integer currentPlayerSessionCount)
Number of players currently in the game session.
|
GameSession |
GameSession.withFleetId(String fleetId)
Unique identifier for a fleet that the game session is running on.
|
GameSession |
GameSession.withGameProperties(Collection<GameProperty> gameProperties)
Set of developer-defined properties for a game session, formatted as a set of type:value pairs.
|
GameSession |
GameSession.withGameProperties(GameProperty... gameProperties)
Set of developer-defined properties for a game session, formatted as a set of type:value pairs.
|
GameSession |
GameSession.withGameSessionData(String gameSessionData)
Set of developer-defined game session properties, formatted as a single string value.
|
GameSession |
GameSession.withGameSessionId(String gameSessionId)
Unique identifier for the game session.
|
GameSession |
GameSession.withIpAddress(String ipAddress)
IP address of the game session.
|
GameSession |
GameSession.withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)
Maximum number of players that can be connected simultaneously to the game session.
|
GameSession |
GameSession.withName(String name)
Descriptive label that is associated with a 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.withPort(Integer port)
Port number for the game session.
|
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 data object was terminated.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameSession> |
SearchGameSessionsResult.getGameSessions()
Collection of objects containing game session properties for each session matching the request.
|
List<GameSession> |
DescribeGameSessionsResult.getGameSessions()
Collection of objects containing game session properties for each session matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GameSessionDetail.setGameSession(GameSession gameSession)
Object that describes a game session.
|
void |
UpdateGameSessionResult.setGameSession(GameSession gameSession)
Object that contains the updated game session metadata.
|
void |
CreateGameSessionResult.setGameSession(GameSession gameSession)
Object that describes the newly created game session record.
|
GameSessionDetail |
GameSessionDetail.withGameSession(GameSession gameSession)
Object that describes a game session.
|
UpdateGameSessionResult |
UpdateGameSessionResult.withGameSession(GameSession gameSession)
Object that contains the updated game session metadata.
|
CreateGameSessionResult |
CreateGameSessionResult.withGameSession(GameSession gameSession)
Object that describes the newly created game session record.
|
SearchGameSessionsResult |
SearchGameSessionsResult.withGameSessions(GameSession... gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
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 |
SearchGameSessionsResult.setGameSessions(Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
void |
DescribeGameSessionsResult.setGameSessions(Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
SearchGameSessionsResult |
SearchGameSessionsResult.withGameSessions(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 © 2017. All rights reserved.