| 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<ListCreateAccountStatusResult> |
AbstractAWSOrganizationsAsync.listCreateAccountStatusAsync(ListCreateAccountStatusRequest request,
AsyncHandler<ListCreateAccountStatusRequest,ListCreateAccountStatusResult> asyncHandler) |
Future<ListCreateAccountStatusResult> |
AWSOrganizationsAsyncClient.listCreateAccountStatusAsync(ListCreateAccountStatusRequest request,
AsyncHandler<ListCreateAccountStatusRequest,ListCreateAccountStatusResult> asyncHandler) |
Future<ListCreateAccountStatusResult> |
AWSOrganizationsAsync.listCreateAccountStatusAsync(ListCreateAccountStatusRequest listCreateAccountStatusRequest,
AsyncHandler<ListCreateAccountStatusRequest,ListCreateAccountStatusResult> asyncHandler)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListCreateAccountStatusRequest |
ListCreateAccountStatusRequest.clone() |
ListCreateAccountStatusRequest |
ListCreateAccountStatusRequest.withMaxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListCreateAccountStatusRequest |
ListCreateAccountStatusRequest.withNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListCreateAccountStatusRequest |
ListCreateAccountStatusRequest.withStates(Collection<String> states)
A list of one or more states that you want included in the response.
|
ListCreateAccountStatusRequest |
ListCreateAccountStatusRequest.withStates(CreateAccountState... states)
A list of one or more states that you want included in the response.
|
ListCreateAccountStatusRequest |
ListCreateAccountStatusRequest.withStates(String... states)
A list of one or more states that you want included in the response.
|
Copyright © 2022. All rights reserved.