Uses of Class
org.elasticsearch.client.xpack.XPackUsageResponse
-
Packages that use XPackUsageResponse Package Description org.elasticsearch.client org.elasticsearch.client.xpack -
-
Uses of XPackUsageResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return XPackUsageResponse Modifier and Type Method Description XPackUsageResponseXPackClient. usage(XPackUsageRequest request, RequestOptions options)Fetch usage information about X-Pack features from the cluster.Method parameters in org.elasticsearch.client with type arguments of type XPackUsageResponse Modifier and Type Method Description CancellableXPackClient. usageAsync(XPackUsageRequest request, RequestOptions options, ActionListener<XPackUsageResponse> listener)Asynchronously fetch usage information about X-Pack features from the cluster. -
Uses of XPackUsageResponse in org.elasticsearch.client.xpack
Methods in org.elasticsearch.client.xpack that return XPackUsageResponse Modifier and Type Method Description static XPackUsageResponseXPackUsageResponse. fromXContent(XContentParser parser)
-