Uses of Class
software.amazon.awssdk.services.gamelift.paginators.DescribeGameSessionQueuesIterable
-
Packages that use DescribeGameSessionQueuesIterable 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 DescribeGameSessionQueuesIterable in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeGameSessionQueuesIterable Modifier and Type Method Description default DescribeGameSessionQueuesIterableGameLiftClient. describeGameSessionQueuesPaginator()Retrieves the properties for one or more game session queues.default DescribeGameSessionQueuesIterableGameLiftClient. describeGameSessionQueuesPaginator(Consumer<DescribeGameSessionQueuesRequest.Builder> describeGameSessionQueuesRequest)Retrieves the properties for one or more game session queues.default DescribeGameSessionQueuesIterableGameLiftClient. describeGameSessionQueuesPaginator(DescribeGameSessionQueuesRequest describeGameSessionQueuesRequest)Retrieves the properties for one or more game session queues.
-