Uses of Class
software.amazon.awssdk.services.gamelift.paginators.ListAliasesIterable
-
Packages that use ListAliasesIterable 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 ListAliasesIterable in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListAliasesIterable Modifier and Type Method Description default ListAliasesIterableGameLiftClient. listAliasesPaginator()Retrieves all aliases for this Amazon Web Services account.default ListAliasesIterableGameLiftClient. listAliasesPaginator(Consumer<ListAliasesRequest.Builder> listAliasesRequest)Retrieves all aliases for this Amazon Web Services account.default ListAliasesIterableGameLiftClient. listAliasesPaginator(ListAliasesRequest listAliasesRequest)Retrieves all aliases for this Amazon Web Services account.
-