| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools
for deploying, operating, and scaling game servers.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameServerResult |
AbstractAmazonGameLift.updateGameServer(UpdateGameServerRequest request) |
UpdateGameServerResult |
AmazonGameLiftClient.updateGameServer(UpdateGameServerRequest request)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
UpdateGameServerResult |
AmazonGameLift.updateGameServer(UpdateGameServerRequest updateGameServerRequest)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
| 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 operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
Future<UpdateGameServerResult> |
AmazonGameLiftAsyncClient.updateGameServerAsync(UpdateGameServerRequest request,
AsyncHandler<UpdateGameServerRequest,UpdateGameServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameServerResult |
UpdateGameServerResult.clone() |
UpdateGameServerResult |
UpdateGameServerResult.withGameServer(GameServer gameServer)
Object that describes the newly updated game server.
|
Copyright © 2023. All rights reserved.