Uses of Class
org.elasticsearch.client.license.StartTrialRequest
-
Packages that use StartTrialRequest Package Description org.elasticsearch.client -
-
Uses of StartTrialRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type StartTrialRequest Modifier and Type Method Description StartTrialResponseLicenseClient. startTrial(StartTrialRequest request, RequestOptions options)Starts a trial license on the cluster.CancellableLicenseClient. startTrialAsync(StartTrialRequest request, RequestOptions options, ActionListener<StartTrialResponse> listener)Asynchronously starts a trial license on the cluster.
-