| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountsResult> |
AWSOrganizationsAsyncClient.listAccountsAsync(ListAccountsRequest request,
AsyncHandler<ListAccountsRequest,ListAccountsResult> asyncHandler) |
Future<ListAccountsResult> |
AbstractAWSOrganizationsAsync.listAccountsAsync(ListAccountsRequest request,
AsyncHandler<ListAccountsRequest,ListAccountsResult> asyncHandler) |
Future<ListAccountsResult> |
AWSOrganizationsAsync.listAccountsAsync(ListAccountsRequest listAccountsRequest,
AsyncHandler<ListAccountsRequest,ListAccountsResult> asyncHandler)
Lists all the accounts in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountsRequest |
ListAccountsRequest.clone() |
ListAccountsRequest |
ListAccountsRequest.withMaxResults(Integer maxResults)
(Optional) Use this to limit the number of results you want included per page in the response.
|
ListAccountsRequest |
ListAccountsRequest.withNextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
Copyright © 2019. All rights reserved.