Uses of Class
org.elasticsearch.client.ml.PostCalendarEventResponse
-
Packages that use PostCalendarEventResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of PostCalendarEventResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PostCalendarEventResponse Modifier and Type Method Description PostCalendarEventResponseMachineLearningClient. postCalendarEvent(PostCalendarEventRequest request, RequestOptions options)Creates new events for a a machine learning calendarMethod parameters in org.elasticsearch.client with type arguments of type PostCalendarEventResponse Modifier and Type Method Description CancellableMachineLearningClient. 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 PostCalendarEventResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type PostCalendarEventResponse Modifier and Type Field Description static ConstructingObjectParser<PostCalendarEventResponse,Void>PostCalendarEventResponse. PARSERMethods in org.elasticsearch.client.ml that return PostCalendarEventResponse Modifier and Type Method Description static PostCalendarEventResponsePostCalendarEventResponse. fromXContent(XContentParser parser)
-