Uses of Class
software.amazon.awssdk.services.iam.model.ListAccountAliasesResponse
-
Packages that use ListAccountAliasesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListAccountAliasesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListAccountAliasesResponse Modifier and Type Method Description default ListAccountAliasesResponseIamClient. listAccountAliases()Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).default ListAccountAliasesResponseIamClient. listAccountAliases(Consumer<ListAccountAliasesRequest.Builder> 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).Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListAccountAliasesResponse Modifier and Type Method Description default CompletableFuture<ListAccountAliasesResponse>IamAsyncClient. listAccountAliases()Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).default CompletableFuture<ListAccountAliasesResponse>IamAsyncClient. listAccountAliases(Consumer<ListAccountAliasesRequest.Builder> listAccountAliasesRequest)Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).default CompletableFuture<ListAccountAliasesResponse>IamAsyncClient. listAccountAliases(ListAccountAliasesRequest listAccountAliasesRequest)Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). -
Uses of ListAccountAliasesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListAccountAliasesResponse Modifier and Type Method Description Iterator<ListAccountAliasesResponse>ListAccountAliasesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListAccountAliasesResponse Modifier and Type Method Description voidListAccountAliasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccountAliasesResponse> subscriber)
-