Uses of Class
org.elasticsearch.client.license.GetLicenseResponse
-
Packages that use GetLicenseResponse Package Description org.elasticsearch.client -
-
Uses of GetLicenseResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetLicenseResponse Modifier and Type Method Description GetLicenseResponseLicenseClient. getLicense(GetLicenseRequest request, RequestOptions options)Returns the current license for the cluster.Method parameters in org.elasticsearch.client with type arguments of type GetLicenseResponse Modifier and Type Method Description CancellableLicenseClient. getLicenseAsync(GetLicenseRequest request, RequestOptions options, ActionListener<GetLicenseResponse> listener)Asynchronously returns the current license for the cluster cluster.
-