Uses of Class
software.amazon.awssdk.services.gamelift.paginators.ListBuildsIterable
-
Packages that use ListBuildsIterable 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 ListBuildsIterable in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListBuildsIterable Modifier and Type Method Description default ListBuildsIterableGameLiftClient. listBuildsPaginator()Retrieves build resources for all builds associated with the Amazon Web Services account in use.default ListBuildsIterableGameLiftClient. listBuildsPaginator(Consumer<ListBuildsRequest.Builder> listBuildsRequest)Retrieves build resources for all builds associated with the Amazon Web Services account in use.default ListBuildsIterableGameLiftClient. listBuildsPaginator(ListBuildsRequest listBuildsRequest)Retrieves build resources for all builds associated with the Amazon Web Services account in use.
-