Uses of Class
org.elasticsearch.client.ml.GetCalendarsRequest
-
Packages that use GetCalendarsRequest Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetCalendarsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetCalendarsRequest Modifier and Type Method Description GetCalendarsResponseMachineLearningClient. getCalendars(GetCalendarsRequest request, RequestOptions options)Gets a single or multiple calendars.CancellableMachineLearningClient. getCalendarsAsync(GetCalendarsRequest request, RequestOptions options, ActionListener<GetCalendarsResponse> listener)Gets a single or multiple calendars, notifies listener once the requested records are retrieved. -
Uses of GetCalendarsRequest in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetCalendarsRequest Modifier and Type Field Description static ObjectParser<GetCalendarsRequest,Void>GetCalendarsRequest. PARSER
-