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