| 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.
|
GameServer |
RegisterGameServerResult.getGameServer()
Object that describes the newly registered game server.
|
GameServer |
ClaimGameServerResult.getGameServer()
Object that describes the newly claimed game server.
|
GameServer |
DescribeGameServerResult.getGameServer()
Object that describes the requested game server.
|
GameServer |
GameServer.withClaimStatus(GameServerClaimStatus claimStatus)
Indicates when an available game server has been reserved for gameplay but has not yet started hosting a game.
|
GameServer |
GameServer.withClaimStatus(String claimStatus)
Indicates when an available game server has been reserved for gameplay 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.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)
A unique identifier for the game server group where the game server is running.
|
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 running.
|
GameServer |
GameServer.withLastClaimTime(Date lastClaimTime)
Timestamp that indicates the last time the game server was claimed.
|
GameServer |
GameServer.withLastHealthCheckTime(Date lastHealthCheckTime)
Timestamp that indicates the last time the game server was updated with health status.
|
GameServer |
GameServer.withRegistrationTime(Date registrationTime)
Timestamp that indicates when the game server registered.
|
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.
|
void |
RegisterGameServerResult.setGameServer(GameServer gameServer)
Object that describes the newly registered game server.
|
void |
ClaimGameServerResult.setGameServer(GameServer gameServer)
Object that describes the newly claimed game server.
|
void |
DescribeGameServerResult.setGameServer(GameServer gameServer)
Object that describes the requested game server.
|
UpdateGameServerResult |
UpdateGameServerResult.withGameServer(GameServer gameServer)
Object that describes the newly updated game server.
|
RegisterGameServerResult |
RegisterGameServerResult.withGameServer(GameServer gameServer)
Object that describes the newly registered game server.
|
ClaimGameServerResult |
ClaimGameServerResult.withGameServer(GameServer gameServer)
Object that describes the newly claimed game server.
|
DescribeGameServerResult |
DescribeGameServerResult.withGameServer(GameServer gameServer)
Object that describes the requested game server.
|
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 © 2025. All rights reserved.