Uses of Class
org.elasticsearch.client.ml.GetCalendarEventsResponse
-
Packages that use GetCalendarEventsResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetCalendarEventsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetCalendarEventsResponse Modifier and Type Method Description GetCalendarEventsResponseMachineLearningClient. getCalendarEvents(GetCalendarEventsRequest request, RequestOptions options)Gets the events for a machine learning calendarMethod parameters in org.elasticsearch.client with type arguments of type GetCalendarEventsResponse Modifier and Type Method Description CancellableMachineLearningClient. getCalendarEventsAsync(GetCalendarEventsRequest request, RequestOptions options, ActionListener<GetCalendarEventsResponse> listener)Gets the events for a a machine learning calendar asynchronously, notifies the listener on completion -
Uses of GetCalendarEventsResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetCalendarEventsResponse Modifier and Type Field Description static ConstructingObjectParser<GetCalendarEventsResponse,Void>GetCalendarEventsResponse. PARSERMethods in org.elasticsearch.client.ml that return GetCalendarEventsResponse Modifier and Type Method Description static GetCalendarEventsResponseGetCalendarEventsResponse. fromXContent(XContentParser parser)
-