| 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 alias associated with the account (Note: you can
have only one).
|
ListAccountAliasesResult |
AmazonIdentityManagement.listAccountAliases()
Lists the account alias associated with the account (Note: you can
have only one).
|
ListAccountAliasesResult |
AmazonIdentityManagementClient.listAccountAliases(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account alias associated with the account (Note: you can
have only one).
|
ListAccountAliasesResult |
AmazonIdentityManagement.listAccountAliases(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account alias associated with the account (Note: you can
have only one).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsync.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account alias associated with the account (Note: you can
have only one).
|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsyncClient.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest)
Lists the account alias associated with the account (Note: you can
have only one).
|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsync.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest,
AsyncHandler<ListAccountAliasesRequest,ListAccountAliasesResult> asyncHandler)
Lists the account alias associated with the account (Note: you can
have only one).
|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsyncClient.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest,
AsyncHandler<ListAccountAliasesRequest,ListAccountAliasesResult> asyncHandler)
Lists the account alias associated with the account (Note: you can
have only one).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsync.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest,
AsyncHandler<ListAccountAliasesRequest,ListAccountAliasesResult> asyncHandler)
Lists the account alias associated with the account (Note: you can
have only one).
|
Future<ListAccountAliasesResult> |
AmazonIdentityManagementAsyncClient.listAccountAliasesAsync(ListAccountAliasesRequest listAccountAliasesRequest,
AsyncHandler<ListAccountAliasesRequest,ListAccountAliasesResult> asyncHandler)
Lists the account alias associated with the account (Note: you can
have only one).
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAliasesResult |
ListAccountAliasesResult.clone() |
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 items to return.
|
ListAccountAliasesResult |
ListAccountAliasesResult.withMarker(String marker)
When
IsTruncated is true, this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
Copyright © 2015. All rights reserved.