| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an
organization and centrally manage your accounts and their resources.
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListAccountsResult> |
AWSOrganizationsAsyncClient.listAccountsAsync(ListAccountsRequest request,
AsyncHandler<ListAccountsRequest,ListAccountsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAccountsRequest |
ListAccountsRequest.clone() |
ListAccountsRequest |
ListAccountsRequest.withMaxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListAccountsRequest |
ListAccountsRequest.withNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
Copyright © 2022. All rights reserved.