| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListAccountAliasesResponse |
IamClient.listAccountAliases(ListAccountAliasesRequest 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).
|
default ListAccountAliasesIterable |
IamClient.listAccountAliasesPaginator(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).
|
default ListAccountAliasesPublisher |
IamAsyncClient.listAccountAliasesPaginator(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account alias associated with the Amazon Web Services account (Note: you can have only one).
|
| Constructor and Description |
|---|
ListAccountAliasesIterable(IamClient client,
ListAccountAliasesRequest firstRequest) |
ListAccountAliasesPublisher(IamAsyncClient client,
ListAccountAliasesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAccountAliasesRequestMarshaller.marshall(ListAccountAliasesRequest listAccountAliasesRequest) |
Copyright © 2022. All rights reserved.