Uses of Class
org.elasticsearch.client.ml.PutCalendarResponse
-
Packages that use PutCalendarResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of PutCalendarResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutCalendarResponse Modifier and Type Method Description PutCalendarResponseMachineLearningClient. deleteCalendarJob(DeleteCalendarJobRequest request, RequestOptions options)Removes Machine Learning Job(s) from a calendarPutCalendarResponseMachineLearningClient. putCalendar(PutCalendarRequest request, RequestOptions options)Create a new machine learning calendarPutCalendarResponseMachineLearningClient. putCalendarJob(PutCalendarJobRequest request, RequestOptions options)Adds Machine Learning Job(s) to a calendarMethod parameters in org.elasticsearch.client with type arguments of type PutCalendarResponse Modifier and Type Method Description CancellableMachineLearningClient. deleteCalendarJobAsync(DeleteCalendarJobRequest request, RequestOptions options, ActionListener<PutCalendarResponse> listener)Removes Machine Learning Job(s) from a calendar, notifies listener when completedCancellableMachineLearningClient. putCalendarAsync(PutCalendarRequest request, RequestOptions options, ActionListener<PutCalendarResponse> listener)Create a new machine learning calendar, notifies listener with the created calendarCancellableMachineLearningClient. putCalendarJobAsync(PutCalendarJobRequest request, RequestOptions options, ActionListener<PutCalendarResponse> listener)Adds Machine Learning Job(s) to a calendar, notifies listener when completed -
Uses of PutCalendarResponse in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return PutCalendarResponse Modifier and Type Method Description static PutCalendarResponsePutCalendarResponse. fromXContent(XContentParser parser)
-