Uses of Class
org.elasticsearch.client.enrich.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description org.elasticsearch.client -
-
Uses of GetPolicyRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetPolicyRequest Modifier and Type Method Description GetPolicyResponseEnrichClient. getPolicy(GetPolicyRequest request, RequestOptions options)Executes the get policy api, which retrieves an enrich policy.CancellableEnrichClient. getPolicyAsync(GetPolicyRequest request, RequestOptions options, ActionListener<GetPolicyResponse> listener)Asynchronously executes the get policy api, which retrieves an enrich policy.
-