Uses of Class
org.elasticsearch.client.watcher.DeleteWatchRequest
-
Packages that use DeleteWatchRequest Package Description org.elasticsearch.client -
-
Uses of DeleteWatchRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type DeleteWatchRequest Modifier and Type Method Description DeleteWatchResponseWatcherClient. deleteWatch(DeleteWatchRequest request, RequestOptions options)Deletes a watch from the cluster See the docs for more.CancellableWatcherClient. deleteWatchAsync(DeleteWatchRequest request, RequestOptions options, ActionListener<DeleteWatchResponse> listener)Asynchronously deletes a watch from the cluster See the docs for more.
-