Uses of Class
org.elasticsearch.client.license.DeleteLicenseRequest
-
Packages that use DeleteLicenseRequest Package Description org.elasticsearch.client -
-
Uses of DeleteLicenseRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type DeleteLicenseRequest Modifier and Type Method Description AcknowledgedResponseLicenseClient. deleteLicense(DeleteLicenseRequest request, RequestOptions options)Deletes license from the cluster.CancellableLicenseClient. deleteLicenseAsync(DeleteLicenseRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously deletes license from the cluster.
-