Uses of Class
org.elasticsearch.client.indexlifecycle.StartILMRequest
-
Packages that use StartILMRequest Package Description org.elasticsearch.client -
-
Uses of StartILMRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type StartILMRequest Modifier and Type Method Description AcknowledgedResponseIndexLifecycleClient. startILM(StartILMRequest request, RequestOptions options)Start the Index Lifecycle Management feature.CancellableIndexLifecycleClient. startILMAsync(StartILMRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously start the Index Lifecycle Management feature.
-