| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListCreateAccountStatusResponse |
OrganizationsClient.listCreateAccountStatus()
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusResponse |
OrganizationsClient.listCreateAccountStatus(Consumer<ListCreateAccountStatusRequest.Builder> listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusResponse |
OrganizationsClient.listCreateAccountStatus(ListCreateAccountStatusRequest listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCreateAccountStatusResponse> |
OrganizationsAsyncClient.listCreateAccountStatus()
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default CompletableFuture<ListCreateAccountStatusResponse> |
OrganizationsAsyncClient.listCreateAccountStatus(Consumer<ListCreateAccountStatusRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCreateAccountStatusResponse> |
ListCreateAccountStatusIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCreateAccountStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCreateAccountStatusResponse> subscriber) |
Copyright © 2023. All rights reserved.