Uses of Class
org.elasticsearch.client.watcher.ActivateWatchResponse
-
Packages that use ActivateWatchResponse Package Description org.elasticsearch.client org.elasticsearch.client.watcher -
-
Uses of ActivateWatchResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ActivateWatchResponse Modifier and Type Method Description ActivateWatchResponseWatcherClient. activateWatch(ActivateWatchRequest request, RequestOptions options)Activate a watch from the cluster See the docs for more.Method parameters in org.elasticsearch.client with type arguments of type ActivateWatchResponse Modifier and Type Method Description CancellableWatcherClient. activateWatchAsync(ActivateWatchRequest request, RequestOptions options, ActionListener<ActivateWatchResponse> listener)Asynchronously activates a watch from the cluster See the docs for more. -
Uses of ActivateWatchResponse in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return ActivateWatchResponse Modifier and Type Method Description static ActivateWatchResponseActivateWatchResponse. fromXContent(XContentParser parser)
-