| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.organizations.paginators | |
| software.amazon.awssdk.services.organizations.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListCreateAccountStatusResponse |
OrganizationsClient.listCreateAccountStatus(ListCreateAccountStatusRequest listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default CompletableFuture<ListCreateAccountStatusResponse> |
OrganizationsAsyncClient.listCreateAccountStatus(ListCreateAccountStatusRequest listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusIterable |
OrganizationsClient.listCreateAccountStatusPaginator(ListCreateAccountStatusRequest listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusPublisher |
OrganizationsAsyncClient.listCreateAccountStatusPaginator(ListCreateAccountStatusRequest listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
| Constructor and Description |
|---|
ListCreateAccountStatusIterable(OrganizationsClient client,
ListCreateAccountStatusRequest firstRequest) |
ListCreateAccountStatusPublisher(OrganizationsAsyncClient client,
ListCreateAccountStatusRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCreateAccountStatusRequestMarshaller.marshall(ListCreateAccountStatusRequest listCreateAccountStatusRequest) |
Copyright © 2023. All rights reserved.