Uses of Class
software.amazon.awssdk.services.gamelift.model.DeleteGameSessionQueueResponse
-
Packages that use DeleteGameSessionQueueResponse 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 DeleteGameSessionQueueResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DeleteGameSessionQueueResponse Modifier and Type Method Description default DeleteGameSessionQueueResponseGameLiftClient. deleteGameSessionQueue(Consumer<DeleteGameSessionQueueRequest.Builder> deleteGameSessionQueueRequest)Deletes a game session queue.default DeleteGameSessionQueueResponseGameLiftClient. deleteGameSessionQueue(DeleteGameSessionQueueRequest deleteGameSessionQueueRequest)Deletes a game session queue.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DeleteGameSessionQueueResponse Modifier and Type Method Description default CompletableFuture<DeleteGameSessionQueueResponse>GameLiftAsyncClient. deleteGameSessionQueue(Consumer<DeleteGameSessionQueueRequest.Builder> deleteGameSessionQueueRequest)Deletes a game session queue.default CompletableFuture<DeleteGameSessionQueueResponse>GameLiftAsyncClient. deleteGameSessionQueue(DeleteGameSessionQueueRequest deleteGameSessionQueueRequest)Deletes a game session queue.
-