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