| 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 |
|---|---|
Future<UpdateGameSessionResult> |
AmazonGameLiftAsyncClient.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> |
AbstractAmazonGameLiftAsync.updateGameSessionAsync(UpdateGameSessionRequest request,
AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionRequest |
UpdateGameSessionRequest.clone() |
UpdateGameSessionRequest |
UpdateGameSessionRequest.withGameSessionId(String gameSessionId)
A unique identifier for the game session to update.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)
The maximum number of players that can be connected simultaneously to the game session.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withName(String name)
A descriptive label that is associated with a game session.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
A policy that determines whether the game session is accepting new players.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withPlayerSessionCreationPolicy(String playerSessionCreationPolicy)
A policy that determines whether the game session is accepting new players.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withProtectionPolicy(ProtectionPolicy protectionPolicy)
Game session protection policy to apply to this game session only.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withProtectionPolicy(String protectionPolicy)
Game session protection policy to apply to this game session only.
|
Copyright © 2023. All rights reserved.