Uses of Class
org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyRequest
-
Packages that use RemoveIndexLifecyclePolicyRequest Package Description org.elasticsearch.client -
-
Uses of RemoveIndexLifecyclePolicyRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type RemoveIndexLifecyclePolicyRequest Modifier and Type Method Description RemoveIndexLifecyclePolicyResponseIndexLifecycleClient. removeIndexLifecyclePolicy(RemoveIndexLifecyclePolicyRequest request, RequestOptions options)Remove the index lifecycle policy for an index SeeCancellableIndexLifecycleClient. removeIndexLifecyclePolicyAsync(RemoveIndexLifecyclePolicyRequest request, RequestOptions options, ActionListener<RemoveIndexLifecyclePolicyResponse> listener)Asynchronously remove the index lifecycle policy for an index See
-