| 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 |
|---|---|
ListCreateAccountStatusResult |
AbstractAWSOrganizations.listCreateAccountStatus(ListCreateAccountStatusRequest request) |
ListCreateAccountStatusResult |
AWSOrganizations.listCreateAccountStatus(ListCreateAccountStatusRequest listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
ListCreateAccountStatusResult |
AWSOrganizationsClient.listCreateAccountStatus(ListCreateAccountStatusRequest request)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCreateAccountStatusResult> |
AWSOrganizationsAsyncClient.listCreateAccountStatusAsync(ListCreateAccountStatusRequest request,
AsyncHandler<ListCreateAccountStatusRequest,ListCreateAccountStatusResult> asyncHandler) |
Future<ListCreateAccountStatusResult> |
AbstractAWSOrganizationsAsync.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 |
|---|---|
ListCreateAccountStatusResult |
ListCreateAccountStatusResult.clone() |
ListCreateAccountStatusResult |
ListCreateAccountStatusResult.withCreateAccountStatuses(Collection<CreateAccountStatus> createAccountStatuses)
A list of objects with details about the requests.
|
ListCreateAccountStatusResult |
ListCreateAccountStatusResult.withCreateAccountStatuses(CreateAccountStatus... createAccountStatuses)
A list of objects with details about the requests.
|
ListCreateAccountStatusResult |
ListCreateAccountStatusResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
Copyright © 2024. All rights reserved.