Package | Description |
---|---|
com.amazonaws.services.gamelift | |
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateGameSessionResult> |
AmazonGameLiftAsyncClient.updateGameSessionAsync(UpdateGameSessionRequest request,
AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler) |
java.util.concurrent.Future<UpdateGameSessionResult> |
AmazonGameLiftAsync.updateGameSessionAsync(UpdateGameSessionRequest updateGameSessionRequest,
AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler)
Updates game session properties.
|
java.util.concurrent.Future<UpdateGameSessionResult> |
AbstractAmazonGameLiftAsync.updateGameSessionAsync(UpdateGameSessionRequest request,
AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateGameSessionRequest |
UpdateGameSessionRequest.clone() |
UpdateGameSessionRequest |
UpdateGameSessionRequest.withGameSessionId(java.lang.String gameSessionId)
Unique identifier for a game session.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withMaximumPlayerSessionCount(java.lang.Integer maximumPlayerSessionCount)
Maximum number of players that can be simultaneously connected to the
game session.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withName(java.lang.String name)
Descriptive label associated with this game session.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Policy determining whether or not the game session accepts new players.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withPlayerSessionCreationPolicy(java.lang.String playerSessionCreationPolicy)
Policy determining whether or not the game session accepts new players.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withProtectionPolicy(ProtectionPolicy protectionPolicy)
Game session protection policy to apply to this game session only.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withProtectionPolicy(java.lang.String protectionPolicy)
Game session protection policy to apply to this game session only.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateGameSessionRequest> |
UpdateGameSessionRequestMarshaller.marshall(UpdateGameSessionRequest updateGameSessionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateGameSessionRequest> |
UpdateGameSessionRequestMarshaller.marshall(UpdateGameSessionRequest updateGameSessionRequest) |