Uses of Interface
software.amazon.awssdk.services.organizations.model.ListTargetsForPolicyRequest.Builder
-
Packages that use ListTargetsForPolicyRequest.Builder 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.model -
-
Uses of ListTargetsForPolicyRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListTargetsForPolicyRequest.Builder 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 ListTargetsForPolicyResponseOrganizationsClient. listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.default ListTargetsForPolicyPublisherOrganizationsAsyncClient. listTargetsForPolicyPaginator(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.default ListTargetsForPolicyIterableOrganizationsClient. listTargetsForPolicyPaginator(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to. -
Uses of ListTargetsForPolicyRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListTargetsForPolicyRequest.Builder Modifier and Type Method Description static ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest. builder()ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest.Builder. policyId(String policyId)The unique identifier (ID) of the policy whose attachments you want to know.ListTargetsForPolicyRequest.BuilderListTargetsForPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListTargetsForPolicyRequest.Builder Modifier and Type Method Description static Class<? extends ListTargetsForPolicyRequest.Builder>ListTargetsForPolicyRequest. serializableBuilderClass()
-