| 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 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 ListParentsResponse |
OrganizationsClient.listParents(ListParentsRequest 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 |
|---|---|
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 CompletableFuture<ListParentsResponse> |
OrganizationsAsyncClient.listParents(ListParentsRequest 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 |
|---|---|
Iterator<ListParentsResponse> |
ListParentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListParentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListParentsResponse> subscriber) |
Copyright © 2023. All rights reserved.