Uses of Class
software.amazon.awssdk.services.gamelift.model.TerminateGameSessionResponse
-
Packages that use TerminateGameSessionResponse 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 TerminateGameSessionResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return TerminateGameSessionResponse Modifier and Type Method Description default TerminateGameSessionResponseGameLiftClient. terminateGameSession(Consumer<TerminateGameSessionRequest.Builder> terminateGameSessionRequest)Ends a game session that's currently in progress.default TerminateGameSessionResponseGameLiftClient. terminateGameSession(TerminateGameSessionRequest terminateGameSessionRequest)Ends a game session that's currently in progress.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type TerminateGameSessionResponse Modifier and Type Method Description default CompletableFuture<TerminateGameSessionResponse>GameLiftAsyncClient. terminateGameSession(Consumer<TerminateGameSessionRequest.Builder> terminateGameSessionRequest)Ends a game session that's currently in progress.default CompletableFuture<TerminateGameSessionResponse>GameLiftAsyncClient. terminateGameSession(TerminateGameSessionRequest terminateGameSessionRequest)Ends a game session that's currently in progress.
-