Uses of Class
org.elasticsearch.client.watcher.DeactivateWatchResponse
-
Packages that use DeactivateWatchResponse Package Description org.elasticsearch.client org.elasticsearch.client.watcher -
-
Uses of DeactivateWatchResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeactivateWatchResponse Modifier and Type Method Description DeactivateWatchResponseWatcherClient. deactivateWatch(DeactivateWatchRequest request, RequestOptions options)Deactivate an existing watch See the docs for more.Method parameters in org.elasticsearch.client with type arguments of type DeactivateWatchResponse Modifier and Type Method Description CancellableWatcherClient. deactivateWatchAsync(DeactivateWatchRequest request, RequestOptions options, ActionListener<DeactivateWatchResponse> listener)Asynchronously deactivate an existing watch See the docs for more. -
Uses of DeactivateWatchResponse in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return DeactivateWatchResponse Modifier and Type Method Description static DeactivateWatchResponseDeactivateWatchResponse. fromXContent(XContentParser parser)
-