Uses of Class
org.elasticsearch.client.ml.DeleteCalendarRequest
-
Packages that use DeleteCalendarRequest Package Description org.elasticsearch.client -
-
Uses of DeleteCalendarRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type DeleteCalendarRequest Modifier and Type Method Description AcknowledgedResponseMachineLearningClient. deleteCalendar(DeleteCalendarRequest request, RequestOptions options)Deletes the given Machine Learning CalendarCancellableMachineLearningClient. deleteCalendarAsync(DeleteCalendarRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Deletes the given Machine Learning Job asynchronously and notifies the listener on completion
-