| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAccountAliasesResponse |
IamClient.listAccountAliases()
Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).
|
default ListAccountAliasesResponse |
IamClient.listAccountAliases(Consumer<ListAccountAliasesRequest.Builder> listAccountAliasesRequest)
Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).
|
default ListAccountAliasesResponse |
IamClient.listAccountAliases(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).
|
| Modifier and Type | Method and 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).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccountAliasesResponse> |
ListAccountAliasesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountAliasesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccountAliasesResponse> subscriber) |
Copyright © 2023. All rights reserved.