Uses of Class
software.amazon.awssdk.services.gamelift.model.UpdateGameSessionResponse
-
Packages that use UpdateGameSessionResponse Package Description software.amazon.awssdk.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. -
-
Uses of UpdateGameSessionResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return UpdateGameSessionResponse Modifier and Type Method Description default UpdateGameSessionResponseGameLiftClient. updateGameSession(Consumer<UpdateGameSessionRequest.Builder> updateGameSessionRequest)Updates the mutable properties of a game session.default UpdateGameSessionResponseGameLiftClient. updateGameSession(UpdateGameSessionRequest updateGameSessionRequest)Updates the mutable properties of a game session.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type UpdateGameSessionResponse Modifier and Type Method Description default CompletableFuture<UpdateGameSessionResponse>GameLiftAsyncClient. updateGameSession(Consumer<UpdateGameSessionRequest.Builder> updateGameSessionRequest)Updates the mutable properties of a game session.default CompletableFuture<UpdateGameSessionResponse>GameLiftAsyncClient. updateGameSession(UpdateGameSessionRequest updateGameSessionRequest)Updates the mutable properties of a game session.
-