Uses of Class
org.elasticsearch.client.enrich.PutPolicyRequest
-
Packages that use PutPolicyRequest Package Description org.elasticsearch.client -
-
Uses of PutPolicyRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutPolicyRequest Modifier and Type Method Description AcknowledgedResponseEnrichClient. putPolicy(PutPolicyRequest request, RequestOptions options)Executes the put policy api, which stores an enrich policy.CancellableEnrichClient. putPolicyAsync(PutPolicyRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously executes the put policy api, which stores an enrich policy.
-