| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameServerResult |
AmazonGameLiftClient.updateGameServer(UpdateGameServerRequest request)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
UpdateGameServerResult |
AbstractAmazonGameLift.updateGameServer(UpdateGameServerRequest request) |
UpdateGameServerResult |
AmazonGameLift.updateGameServer(UpdateGameServerRequest updateGameServerRequest)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
Future<UpdateGameServerResult> |
AbstractAmazonGameLiftAsync.updateGameServerAsync(UpdateGameServerRequest request) |
Future<UpdateGameServerResult> |
AmazonGameLiftAsync.updateGameServerAsync(UpdateGameServerRequest updateGameServerRequest)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
Future<UpdateGameServerResult> |
AmazonGameLiftAsyncClient.updateGameServerAsync(UpdateGameServerRequest request) |
Future<UpdateGameServerResult> |
AbstractAmazonGameLiftAsync.updateGameServerAsync(UpdateGameServerRequest request,
AsyncHandler<UpdateGameServerRequest,UpdateGameServerResult> asyncHandler) |
Future<UpdateGameServerResult> |
AmazonGameLiftAsync.updateGameServerAsync(UpdateGameServerRequest updateGameServerRequest,
AsyncHandler<UpdateGameServerRequest,UpdateGameServerResult> asyncHandler)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
Future<UpdateGameServerResult> |
AmazonGameLiftAsyncClient.updateGameServerAsync(UpdateGameServerRequest request,
AsyncHandler<UpdateGameServerRequest,UpdateGameServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGameServerResult> |
AbstractAmazonGameLiftAsync.updateGameServerAsync(UpdateGameServerRequest request,
AsyncHandler<UpdateGameServerRequest,UpdateGameServerResult> asyncHandler) |
Future<UpdateGameServerResult> |
AmazonGameLiftAsync.updateGameServerAsync(UpdateGameServerRequest updateGameServerRequest,
AsyncHandler<UpdateGameServerRequest,UpdateGameServerResult> asyncHandler)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
Future<UpdateGameServerResult> |
AmazonGameLiftAsyncClient.updateGameServerAsync(UpdateGameServerRequest request,
AsyncHandler<UpdateGameServerRequest,UpdateGameServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameServerRequest |
UpdateGameServerRequest.clone() |
UpdateGameServerRequest |
UpdateGameServerRequest.withCustomSortKey(String customSortKey)
A game server tag that can be used to request sorted lists of game servers using ListGameServers.
|
UpdateGameServerRequest |
UpdateGameServerRequest.withGameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value.
|
UpdateGameServerRequest |
UpdateGameServerRequest.withGameServerGroupName(String gameServerGroupName)
An identifier for the game server group where the game server is running.
|
UpdateGameServerRequest |
UpdateGameServerRequest.withGameServerId(String gameServerId)
The identifier for the game server to be updated.
|
UpdateGameServerRequest |
UpdateGameServerRequest.withHealthCheck(GameServerHealthCheck healthCheck)
Indicates health status of the game server.
|
UpdateGameServerRequest |
UpdateGameServerRequest.withHealthCheck(String healthCheck)
Indicates health status of the game server.
|
UpdateGameServerRequest |
UpdateGameServerRequest.withUtilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
|
UpdateGameServerRequest |
UpdateGameServerRequest.withUtilizationStatus(String utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
|
Copyright © 2020. All rights reserved.