Uses of Class
org.elasticsearch.client.ml.GetCalendarsResponse
-
Packages that use GetCalendarsResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of GetCalendarsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetCalendarsResponse Modifier and Type Method Description GetCalendarsResponseMachineLearningClient. getCalendars(GetCalendarsRequest request, RequestOptions options)Gets a single or multiple calendars.Method parameters in org.elasticsearch.client with type arguments of type GetCalendarsResponse Modifier and Type Method Description 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 GetCalendarsResponse in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type GetCalendarsResponse Modifier and Type Field Description static ConstructingObjectParser<GetCalendarsResponse,Void>GetCalendarsResponse. PARSERMethods in org.elasticsearch.client.ml that return GetCalendarsResponse Modifier and Type Method Description static GetCalendarsResponseGetCalendarsResponse. fromXContent(XContentParser parser)
-