Uses of Class
software.amazon.awssdk.services.organizations.model.ListTargetsForPolicyResponse
-
Packages that use ListTargetsForPolicyResponse 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.software.amazon.awssdk.services.organizations.paginators -
-
Uses of ListTargetsForPolicyResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListTargetsForPolicyResponse Modifier and Type Method Description default ListTargetsForPolicyResponseOrganizationsClient. listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.default ListTargetsForPolicyResponseOrganizationsClient. listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListTargetsForPolicyResponse Modifier and Type Method Description default CompletableFuture<ListTargetsForPolicyResponse>OrganizationsAsyncClient. listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.default CompletableFuture<ListTargetsForPolicyResponse>OrganizationsAsyncClient. listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to. -
Uses of ListTargetsForPolicyResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListTargetsForPolicyResponse Modifier and Type Method Description Iterator<ListTargetsForPolicyResponse>ListTargetsForPolicyIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListTargetsForPolicyResponse Modifier and Type Method Description voidListTargetsForPolicyPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTargetsForPolicyResponse> subscriber)
-