Uses of Class
org.elasticsearch.client.ml.PutFilterResponse
-
Packages that use PutFilterResponse Package Description org.elasticsearch.client org.elasticsearch.client.ml -
-
Uses of PutFilterResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutFilterResponse Modifier and Type Method Description PutFilterResponseMachineLearningClient. putFilter(PutFilterRequest request, RequestOptions options)Creates a new Machine Learning FilterPutFilterResponseMachineLearningClient. updateFilter(UpdateFilterRequest request, RequestOptions options)Updates a Machine Learning FilterMethod parameters in org.elasticsearch.client with type arguments of type PutFilterResponse Modifier and Type Method Description CancellableMachineLearningClient. putFilterAsync(PutFilterRequest request, RequestOptions options, ActionListener<PutFilterResponse> listener)Creates a new Machine Learning Filter asynchronously and notifies listener on completionCancellableMachineLearningClient. updateFilterAsync(UpdateFilterRequest request, RequestOptions options, ActionListener<PutFilterResponse> listener)Updates a Machine Learning Filter asynchronously and notifies listener on completion -
Uses of PutFilterResponse in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return PutFilterResponse Modifier and Type Method Description static PutFilterResponsePutFilterResponse. fromXContent(XContentParser parser)
-