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