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