Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeGameSessionQueuesResponse
-
Packages that use DescribeGameSessionQueuesResponse 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.software.amazon.awssdk.services.gamelift.paginators -
-
Uses of DescribeGameSessionQueuesResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeGameSessionQueuesResponse Modifier and Type Method Description default DescribeGameSessionQueuesResponseGameLiftClient. describeGameSessionQueues()Retrieves the properties for one or more game session queues.default DescribeGameSessionQueuesResponseGameLiftClient. describeGameSessionQueues(Consumer<DescribeGameSessionQueuesRequest.Builder> describeGameSessionQueuesRequest)Retrieves the properties for one or more game session queues.default DescribeGameSessionQueuesResponseGameLiftClient. describeGameSessionQueues(DescribeGameSessionQueuesRequest describeGameSessionQueuesRequest)Retrieves the properties for one or more game session queues.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeGameSessionQueuesResponse Modifier and Type Method Description default CompletableFuture<DescribeGameSessionQueuesResponse>GameLiftAsyncClient. describeGameSessionQueues()Retrieves the properties for one or more game session queues.default CompletableFuture<DescribeGameSessionQueuesResponse>GameLiftAsyncClient. describeGameSessionQueues(Consumer<DescribeGameSessionQueuesRequest.Builder> describeGameSessionQueuesRequest)Retrieves the properties for one or more game session queues.default CompletableFuture<DescribeGameSessionQueuesResponse>GameLiftAsyncClient. describeGameSessionQueues(DescribeGameSessionQueuesRequest describeGameSessionQueuesRequest)Retrieves the properties for one or more game session queues. -
Uses of DescribeGameSessionQueuesResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type DescribeGameSessionQueuesResponse Modifier and Type Method Description Iterator<DescribeGameSessionQueuesResponse>DescribeGameSessionQueuesIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type DescribeGameSessionQueuesResponse Modifier and Type Method Description voidDescribeGameSessionQueuesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeGameSessionQueuesResponse> subscriber)
-