Uses of Class
software.amazon.awssdk.services.iam.model.ListAccountAliasesRequest
-
Packages that use ListAccountAliasesRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListAccountAliasesRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListAccountAliasesRequest Modifier and Type Method Description default CompletableFuture<ListAccountAliasesResponse>IamAsyncClient. listAccountAliases(ListAccountAliasesRequest listAccountAliasesRequest)Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).default ListAccountAliasesResponseIamClient. listAccountAliases(ListAccountAliasesRequest listAccountAliasesRequest)Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).default ListAccountAliasesPublisherIamAsyncClient. listAccountAliasesPaginator(ListAccountAliasesRequest 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). -
Uses of ListAccountAliasesRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListAccountAliasesRequest Constructor Description ListAccountAliasesIterable(IamClient client, ListAccountAliasesRequest firstRequest)ListAccountAliasesPublisher(IamAsyncClient client, ListAccountAliasesRequest firstRequest) -
Uses of ListAccountAliasesRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListAccountAliasesRequest Modifier and Type Method Description SdkHttpFullRequestListAccountAliasesRequestMarshaller. marshall(ListAccountAliasesRequest listAccountAliasesRequest)
-