| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAliasesResult |
AmazonIdentityManagementClient.listAccountAliases()
Lists the account aliases associated with the account.
|
ListAccountAliasesResult |
AmazonIdentityManagement.listAccountAliases()
Lists the account aliases associated with the account.
|
ListAccountAliasesResult |
AmazonIdentityManagementClient.listAccountAliases(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account aliases associated with the account.
|
ListAccountAliasesResult |
AmazonIdentityManagement.listAccountAliases(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account aliases associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsync.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account aliases associated with the account.
|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsyncClient.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account aliases associated with the account.
|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsync.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest,
AsyncHandler<ListAccountAliasesRequest,ListAccountAliasesResult> asyncHandler)
Lists the account aliases associated with the account.
|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsyncClient.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest,
AsyncHandler<ListAccountAliasesRequest,ListAccountAliasesResult> asyncHandler)
Lists the account aliases associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsync.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest,
AsyncHandler<ListAccountAliasesRequest,ListAccountAliasesResult> asyncHandler)
Lists the account aliases associated with the account.
|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsyncClient.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest,
AsyncHandler<ListAccountAliasesRequest,ListAccountAliasesResult> asyncHandler)
Lists the account aliases associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAliasesResult |
ListAccountAliasesResult.withAccountAliases(Collection<String> accountAliases)
A list of aliases associated with the account.
|
ListAccountAliasesResult |
ListAccountAliasesResult.withAccountAliases(String... accountAliases)
A list of aliases associated with the account.
|
ListAccountAliasesResult |
ListAccountAliasesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more account aliases to list.
|
ListAccountAliasesResult |
ListAccountAliasesResult.withMarker(String marker)
Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
Copyright © 2014. All rights reserved.