| 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 ListParentsResponse |
OrganizationsClient.listParents(Consumer<ListParentsRequest.Builder> listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
default CompletableFuture<ListParentsResponse> |
OrganizationsAsyncClient.listParents(Consumer<ListParentsRequest.Builder> listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
default ListParentsIterable |
OrganizationsClient.listParentsPaginator(Consumer<ListParentsRequest.Builder> listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
default ListParentsPublisher |
OrganizationsAsyncClient.listParentsPaginator(Consumer<ListParentsRequest.Builder> listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListParentsRequest.Builder |
ListParentsRequest.builder() |
ListParentsRequest.Builder |
ListParentsRequest.Builder.childId(String childId)
The unique identifier (ID) of the OU or account whose parent containers you want to list.
|
ListParentsRequest.Builder |
ListParentsRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListParentsRequest.Builder |
ListParentsRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListParentsRequest.Builder |
ListParentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListParentsRequest.Builder |
ListParentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListParentsRequest.Builder |
ListParentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListParentsRequest.Builder> |
ListParentsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.