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