| 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 |
|---|---|
UpdateGameSessionResult |
AbstractAmazonGameLift.updateGameSession(UpdateGameSessionRequest request) |
UpdateGameSessionResult |
AmazonGameLiftClient.updateGameSession(UpdateGameSessionRequest request)
Updates the mutable properties of a game session.
|
UpdateGameSessionResult |
AmazonGameLift.updateGameSession(UpdateGameSessionRequest updateGameSessionRequest)
Updates the mutable properties of a game session.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGameSessionResult> |
AbstractAmazonGameLiftAsync.updateGameSessionAsync(UpdateGameSessionRequest request,
AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler) |
Future<UpdateGameSessionResult> |
AmazonGameLiftAsync.updateGameSessionAsync(UpdateGameSessionRequest updateGameSessionRequest,
AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler)
Updates the mutable properties of a game session.
|
Future<UpdateGameSessionResult> |
AmazonGameLiftAsyncClient.updateGameSessionAsync(UpdateGameSessionRequest request,
AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionResult |
UpdateGameSessionResult.clone() |
UpdateGameSessionResult |
UpdateGameSessionResult.withGameSession(GameSession gameSession)
The updated game session properties.
|
Copyright © 2023. All rights reserved.