Uses of Class
org.elasticsearch.client.ml.PostCalendarEventRequest
-
Packages that use PostCalendarEventRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of PostCalendarEventRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type PostCalendarEventRequest Modifier and Type Method Description PostCalendarEventResponseMachineLearningClient. postCalendarEvent(PostCalendarEventRequest request, RequestOptions options)Creates new events for a a machine learning calendarCancellableMachineLearningClient. postCalendarEventAsync(PostCalendarEventRequest request, RequestOptions options, ActionListener<PostCalendarEventResponse> listener)Creates new events for a a machine learning calendar asynchronously, notifies the listener on completion -
Uses of PostCalendarEventRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type PostCalendarEventRequest Modifier and Type Field Description static ConstructingObjectParser<PostCalendarEventRequest,Void>PostCalendarEventRequest. PARSER
-