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