Uses of Class
org.elasticsearch.client.ml.DeleteJobResponse
-
Packages that use DeleteJobResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of DeleteJobResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeleteJobResponse Modifier and Type Method Description DeleteJobResponseMachineLearningClient. deleteJob(DeleteJobRequest request, RequestOptions options)Deletes the given Machine Learning JobMethod parameters in org.elasticsearch.client with type arguments of type DeleteJobResponse Modifier and Type Method Description CancellableMachineLearningClient. deleteJobAsync(DeleteJobRequest request, RequestOptions options, ActionListener<DeleteJobResponse> listener)Deletes the given Machine Learning Job asynchronously and notifies the listener on completion -
Uses of DeleteJobResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type DeleteJobResponse Modifier and Type Field Description static ConstructingObjectParser<DeleteJobResponse,Void>DeleteJobResponse. PARSERMethods in org.elasticsearch.client.ml that return DeleteJobResponse Modifier and Type Method Description static DeleteJobResponseDeleteJobResponse. fromXContent(XContentParser parser)
-