Uses of Class
software.amazon.awssdk.services.gamelift.paginators.ListFleetsIterable
-
Packages that use ListFleetsIterable 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 ListFleetsIterable in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListFleetsIterable Modifier and Type Method Description default ListFleetsIterableGameLiftClient. listFleetsPaginator()Retrieves a collection of fleet resources in an Amazon Web Services Region.default ListFleetsIterableGameLiftClient. listFleetsPaginator(Consumer<ListFleetsRequest.Builder> listFleetsRequest)Retrieves a collection of fleet resources in an Amazon Web Services Region.default ListFleetsIterableGameLiftClient. listFleetsPaginator(ListFleetsRequest listFleetsRequest)Retrieves a collection of fleet resources in an Amazon Web Services Region.
-