| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameServer |
GameServer.clone() |
GameServer |
UpdateGameServerResult.getGameServer()
Object that describes the newly updated game server resource.
|
GameServer |
RegisterGameServerResult.getGameServer()
Object that describes the newly created game server resource.
|
GameServer |
DescribeGameServerResult.getGameServer()
Object that describes the requested game server resource.
|
GameServer |
ClaimGameServerResult.getGameServer()
Object that describes the newly claimed game server resource.
|
GameServer |
GameServer.withClaimStatus(GameServerClaimStatus claimStatus)
Indicates when an available game server has been reserved but has not yet started hosting a game.
|
GameServer |
GameServer.withClaimStatus(String claimStatus)
Indicates when an available game server has been reserved but has not yet started hosting a game.
|
GameServer |
GameServer.withConnectionInfo(String connectionInfo)
The port and IP address that must be used to establish a client connection to the game server.
|
GameServer |
GameServer.withCustomSortKey(String customSortKey)
A game server tag that can be used to request sorted lists of game servers when calling ListGameServers.
|
GameServer |
GameServer.withGameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value.
|
GameServer |
GameServer.withGameServerGroupArn(String gameServerGroupArn)
The ARN identifier for the game server group where the game server is located.
|
GameServer |
GameServer.withGameServerGroupName(String gameServerGroupName)
The name identifier for the game server group where the game server is located.
|
GameServer |
GameServer.withGameServerId(String gameServerId)
A custom string that uniquely identifies the game server.
|
GameServer |
GameServer.withInstanceId(String instanceId)
The unique identifier for the instance where the game server is located.
|
GameServer |
GameServer.withLastClaimTime(Date lastClaimTime)
Time stamp indicating the last time the game server was claimed with a ClaimGameServer request.
|
GameServer |
GameServer.withLastHealthCheckTime(Date lastHealthCheckTime)
Time stamp indicating the last time the game server was updated with health status using an
UpdateGameServer request.
|
GameServer |
GameServer.withRegistrationTime(Date registrationTime)
Time stamp indicating when the game server resource was created with a RegisterGameServer request.
|
GameServer |
GameServer.withUtilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates whether the game server is currently available for new games or is busy.
|
GameServer |
GameServer.withUtilizationStatus(String utilizationStatus)
Indicates whether the game server is currently available for new games or is busy.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameServer> |
ListGameServersResult.getGameServers()
A collection of game server objects that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGameServerResult.setGameServer(GameServer gameServer)
Object that describes the newly updated game server resource.
|
void |
RegisterGameServerResult.setGameServer(GameServer gameServer)
Object that describes the newly created game server resource.
|
void |
DescribeGameServerResult.setGameServer(GameServer gameServer)
Object that describes the requested game server resource.
|
void |
ClaimGameServerResult.setGameServer(GameServer gameServer)
Object that describes the newly claimed game server resource.
|
UpdateGameServerResult |
UpdateGameServerResult.withGameServer(GameServer gameServer)
Object that describes the newly updated game server resource.
|
RegisterGameServerResult |
RegisterGameServerResult.withGameServer(GameServer gameServer)
Object that describes the newly created game server resource.
|
DescribeGameServerResult |
DescribeGameServerResult.withGameServer(GameServer gameServer)
Object that describes the requested game server resource.
|
ClaimGameServerResult |
ClaimGameServerResult.withGameServer(GameServer gameServer)
Object that describes the newly claimed game server resource.
|
ListGameServersResult |
ListGameServersResult.withGameServers(GameServer... gameServers)
A collection of game server objects that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGameServersResult.setGameServers(Collection<GameServer> gameServers)
A collection of game server objects that match the request.
|
ListGameServersResult |
ListGameServersResult.withGameServers(Collection<GameServer> gameServers)
A collection of game server objects that match the request.
|
Copyright © 2020. All rights reserved.