Uses of Class
software.amazon.awssdk.services.organizations.paginators.ListParentsPublisher
-
Packages that use ListParentsPublisher 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. -
-
Uses of ListParentsPublisher in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListParentsPublisher Modifier and Type Method Description default ListParentsPublisherOrganizationsAsyncClient. 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 ListParentsPublisherOrganizationsAsyncClient. listParentsPaginator(ListParentsRequest listParentsRequest)Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account.
-