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