Uses of Class
software.amazon.awssdk.services.organizations.paginators.ListAccountsForParentPublisher
-
Packages that use ListAccountsForParentPublisher 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 ListAccountsForParentPublisher in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListAccountsForParentPublisher Modifier and Type Method Description default ListAccountsForParentPublisherOrganizationsAsyncClient. listAccountsForParentPaginator(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).default ListAccountsForParentPublisherOrganizationsAsyncClient. listAccountsForParentPaginator(ListAccountsForParentRequest listAccountsForParentRequest)Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).
-