Uses of Class
com.amazonaws.services.gamelift.model.UpdateGameSessionRequest
Packages that use UpdateGameSessionRequest
-
Uses of UpdateGameSessionRequest in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift with parameters of type UpdateGameSessionRequestModifier and TypeMethodDescriptionAbstractAmazonGameLift.updateGameSession
(UpdateGameSessionRequest request) AmazonGameLift.updateGameSession
(UpdateGameSessionRequest updateGameSessionRequest) Updates game session properties.AmazonGameLiftClient.updateGameSession
(UpdateGameSessionRequest updateGameSessionRequest) Updates game session properties.AbstractAmazonGameLiftAsync.updateGameSessionAsync
(UpdateGameSessionRequest request) AbstractAmazonGameLiftAsync.updateGameSessionAsync
(UpdateGameSessionRequest request, AsyncHandler<UpdateGameSessionRequest, UpdateGameSessionResult> asyncHandler) AmazonGameLiftAsync.updateGameSessionAsync
(UpdateGameSessionRequest updateGameSessionRequest) Updates game session properties.AmazonGameLiftAsync.updateGameSessionAsync
(UpdateGameSessionRequest updateGameSessionRequest, AsyncHandler<UpdateGameSessionRequest, UpdateGameSessionResult> asyncHandler) Updates game session properties.AmazonGameLiftAsyncClient.updateGameSessionAsync
(UpdateGameSessionRequest request) AmazonGameLiftAsyncClient.updateGameSessionAsync
(UpdateGameSessionRequest request, AsyncHandler<UpdateGameSessionRequest, UpdateGameSessionResult> asyncHandler) Method parameters in com.amazonaws.services.gamelift with type arguments of type UpdateGameSessionRequestModifier and TypeMethodDescriptionAbstractAmazonGameLiftAsync.updateGameSessionAsync
(UpdateGameSessionRequest request, AsyncHandler<UpdateGameSessionRequest, UpdateGameSessionResult> asyncHandler) AmazonGameLiftAsync.updateGameSessionAsync
(UpdateGameSessionRequest updateGameSessionRequest, AsyncHandler<UpdateGameSessionRequest, UpdateGameSessionResult> asyncHandler) Updates game session properties.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 UpdateGameSessionRequestModifier and TypeMethodDescriptionUpdateGameSessionRequest.clone()
UpdateGameSessionRequest.withGameSessionId
(String gameSessionId) Unique identifier for a game session.UpdateGameSessionRequest.withMaximumPlayerSessionCount
(Integer maximumPlayerSessionCount) Maximum number of players that can be simultaneously connected to the game session.Descriptive label associated with this game session.UpdateGameSessionRequest.withPlayerSessionCreationPolicy
(PlayerSessionCreationPolicy playerSessionCreationPolicy) Policy determining whether or not the game session accepts new players.UpdateGameSessionRequest.withPlayerSessionCreationPolicy
(String playerSessionCreationPolicy) Policy determining whether or not the game session accepts new players.UpdateGameSessionRequest.withProtectionPolicy
(ProtectionPolicy protectionPolicy) Game session protection policy to apply to this game session only.UpdateGameSessionRequest.withProtectionPolicy
(String protectionPolicy) Game session protection policy to apply to this game session only.