Uses of Class
org.elasticsearch.client.watcher.GetWatchResponse
-
Packages that use GetWatchResponse Package Description org.elasticsearch.client org.elasticsearch.client.watcher -
-
Uses of GetWatchResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetWatchResponse Modifier and Type Method Description GetWatchResponseWatcherClient. getWatch(GetWatchRequest request, RequestOptions options)Gets a watch from the cluster See the docs for more.Method parameters in org.elasticsearch.client with type arguments of type GetWatchResponse Modifier and Type Method Description CancellableWatcherClient. getWatchAsync(GetWatchRequest request, RequestOptions options, ActionListener<GetWatchResponse> listener)Asynchronously gets a watch into the cluster See the docs for more. -
Uses of GetWatchResponse in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return GetWatchResponse Modifier and Type Method Description static GetWatchResponseGetWatchResponse. fromXContent(XContentParser parser)
-