Uses of Class
software.amazon.awssdk.services.organizations.paginators.ListTargetsForPolicyIterable
-
Packages that use ListTargetsForPolicyIterable 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 ListTargetsForPolicyIterable in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListTargetsForPolicyIterable Modifier and Type Method Description default ListTargetsForPolicyIterableOrganizationsClient. listTargetsForPolicyPaginator(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.default ListTargetsForPolicyIterableOrganizationsClient. listTargetsForPolicyPaginator(ListTargetsForPolicyRequest listTargetsForPolicyRequest)Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
-