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