Uses of Class
com.amazonaws.services.gamelift.model.UpdateGameSessionRequest
-
Packages that use UpdateGameSessionRequest Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of UpdateGameSessionRequest in com.amazonaws.services.gamelift
Method parameters in com.amazonaws.services.gamelift with type arguments of type UpdateGameSessionRequest Modifier and Type Method Description Future<UpdateGameSessionResult>
AbstractAmazonGameLiftAsync. updateGameSessionAsync(UpdateGameSessionRequest request, AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler)
Future<UpdateGameSessionResult>
AmazonGameLiftAsync. updateGameSessionAsync(UpdateGameSessionRequest updateGameSessionRequest, AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler)
Updates game session properties.Future<UpdateGameSessionResult>
AmazonGameLiftAsyncClient. updateGameSessionAsync(UpdateGameSessionRequest request, AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler)
-
Uses of UpdateGameSessionRequest in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return UpdateGameSessionRequest Modifier and Type Method Description UpdateGameSessionRequest
UpdateGameSessionRequest. clone()
UpdateGameSessionRequest
UpdateGameSessionRequest. withGameSessionId(String gameSessionId)
Unique identifier for a game session.UpdateGameSessionRequest
UpdateGameSessionRequest. withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)
Maximum number of players that can be simultaneously connected to the game session.UpdateGameSessionRequest
UpdateGameSessionRequest. withName(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(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(String protectionPolicy)
Game session protection policy to apply to this game session only.
-