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