| 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 ListAccountsForParentResponse |
OrganizationsClient.listAccountsForParent(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default CompletableFuture<ListAccountsForParentResponse> |
OrganizationsAsyncClient.listAccountsForParent(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentIterable |
OrganizationsClient.listAccountsForParentPaginator(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentPublisher |
OrganizationsAsyncClient.listAccountsForParentPaginator(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
| Modifier and Type | Method and Description |
|---|---|
static ListAccountsForParentRequest.Builder |
ListAccountsForParentRequest.builder() |
ListAccountsForParentRequest.Builder |
ListAccountsForParentRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListAccountsForParentRequest.Builder |
ListAccountsForParentRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListAccountsForParentRequest.Builder |
ListAccountsForParentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountsForParentRequest.Builder |
ListAccountsForParentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccountsForParentRequest.Builder |
ListAccountsForParentRequest.Builder.parentId(String parentId)
The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.
|
ListAccountsForParentRequest.Builder |
ListAccountsForParentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccountsForParentRequest.Builder> |
ListAccountsForParentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.