| 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.model |
| Modifier and Type | Method and Description |
|---|---|
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 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 ListCreateAccountStatusIterable |
OrganizationsClient.listCreateAccountStatusPaginator(Consumer<ListCreateAccountStatusRequest.Builder> listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusPublisher |
OrganizationsAsyncClient.listCreateAccountStatusPaginator(Consumer<ListCreateAccountStatusRequest.Builder> 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 |
|---|---|
static ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.builder() |
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.states(Collection<CreateAccountState> states)
A list of one or more states that you want included in the response.
|
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.states(CreateAccountState... states)
A list of one or more states that you want included in the response.
|
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.statesWithStrings(Collection<String> states)
A list of one or more states that you want included in the response.
|
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.Builder.statesWithStrings(String... states)
A list of one or more states that you want included in the response.
|
ListCreateAccountStatusRequest.Builder |
ListCreateAccountStatusRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCreateAccountStatusRequest.Builder> |
ListCreateAccountStatusRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.