Uses of Class
org.elasticsearch.client.watcher.PutWatchResponse
-
Packages that use PutWatchResponse Package Description org.elasticsearch.client org.elasticsearch.client.watcher -
-
Uses of PutWatchResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutWatchResponse Modifier and Type Method Description PutWatchResponseWatcherClient. putWatch(PutWatchRequest request, RequestOptions options)Put a watch into the cluster See the docs for more.Method parameters in org.elasticsearch.client with type arguments of type PutWatchResponse Modifier and Type Method Description CancellableWatcherClient. putWatchAsync(PutWatchRequest request, RequestOptions options, ActionListener<PutWatchResponse> listener)Asynchronously put a watch into the cluster See the docs for more. -
Uses of PutWatchResponse in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return PutWatchResponse Modifier and Type Method Description static PutWatchResponsePutWatchResponse. fromXContent(XContentParser parser)
-