Uses of Class
org.elasticsearch.client.license.PutLicenseRequest
-
Packages that use PutLicenseRequest Package Description org.elasticsearch.client -
-
Uses of PutLicenseRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PutLicenseRequest Modifier and Type Method Description PutLicenseResponseLicenseClient. putLicense(PutLicenseRequest request, RequestOptions options)Updates license for the cluster.CancellableLicenseClient. putLicenseAsync(PutLicenseRequest request, RequestOptions options, ActionListener<PutLicenseResponse> listener)Asynchronously updates license for the cluster.
-