| 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()
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)
A unique identifier for a player.
|
GameSession |
GameSession.withCurrentPlayerSessionCount(Integer currentPlayerSessionCount)
Number of players currently in the game session.
|
GameSession |
GameSession.withDnsName(String dnsName)
DNS identifier assigned to the instance that is running the game session.
|
GameSession |
GameSession.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with the
GameLift fleet that this game session is running on.
|
GameSession |
GameSession.withFleetId(String fleetId)
A unique identifier for a fleet that the game session is running on.
|
GameSession |
GameSession.withGameProperties(Collection<GameProperty> gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
GameSession |
GameSession.withGameProperties(GameProperty... gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
GameSession |
GameSession.withGameSessionData(String gameSessionData)
Set of custom game session properties, formatted as a single string value.
|
GameSession |
GameSession.withGameSessionId(String gameSessionId)
A unique identifier for the game session.
|
GameSession |
GameSession.withIpAddress(String ipAddress)
IP address of the instance that is running the game session.
|
GameSession |
GameSession.withMatchmakerData(String matchmakerData)
Information about the matchmaking process that was used to create the game session.
|
GameSession |
GameSession.withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)
The maximum number of players that can be connected simultaneously to the game session.
|
GameSession |
GameSession.withName(String name)
A 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.withStatusReason(GameSessionStatusReason statusReason)
Provides additional information about game session status.
|
GameSession |
GameSession.withStatusReason(String statusReason)
Provides additional information about game session status.
|
GameSession |
GameSession.withTerminationTime(Date terminationTime)
Time stamp indicating when this data object was terminated.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameSession> |
SearchGameSessionsResult.getGameSessions()
A collection of objects containing game session properties for each session matching the request.
|
List<GameSession> |
DescribeGameSessionsResult.getGameSessions()
A 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)
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)
The updated game session metadata.
|
CreateGameSessionResult |
CreateGameSessionResult.withGameSession(GameSession gameSession)
Object that describes the newly created game session record.
|
SearchGameSessionsResult |
SearchGameSessionsResult.withGameSessions(GameSession... gameSessions)
A collection of objects containing game session properties for each session matching the request.
|
DescribeGameSessionsResult |
DescribeGameSessionsResult.withGameSessions(GameSession... gameSessions)
A 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)
A collection of objects containing game session properties for each session matching the request.
|
void |
DescribeGameSessionsResult.setGameSessions(Collection<GameSession> gameSessions)
A collection of objects containing game session properties for each session matching the request.
|
SearchGameSessionsResult |
SearchGameSessionsResult.withGameSessions(Collection<GameSession> gameSessions)
A collection of objects containing game session properties for each session matching the request.
|
DescribeGameSessionsResult |
DescribeGameSessionsResult.withGameSessions(Collection<GameSession> gameSessions)
A collection of objects containing game session properties for each session matching the request.
|
Copyright © 2020. All rights reserved.