Uses of Class
software.amazon.awssdk.services.iam.paginators.ListAccountAliasesIterable
-
Packages that use ListAccountAliasesIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListAccountAliasesIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListAccountAliasesIterable Modifier and Type Method Description default ListAccountAliasesIterableIamClient. listAccountAliasesPaginator()Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).default ListAccountAliasesIterableIamClient. listAccountAliasesPaginator(Consumer<ListAccountAliasesRequest.Builder> listAccountAliasesRequest)Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).default ListAccountAliasesIterableIamClient. listAccountAliasesPaginator(ListAccountAliasesRequest listAccountAliasesRequest)Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).
-