Uses of Class
org.elasticsearch.client.indices.GetIndexTemplatesRequest
-
Packages that use GetIndexTemplatesRequest Package Description org.elasticsearch.client org.elasticsearch.client.indices -
-
Uses of GetIndexTemplatesRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetIndexTemplatesRequest Modifier and Type Method Description GetIndexTemplatesResponseIndicesClient. getIndexTemplate(GetIndexTemplatesRequest getIndexTemplatesRequest, RequestOptions options)Gets index templates using the Index Templates API See Index Templates API on elastic.coCancellableIndicesClient. getIndexTemplateAsync(GetIndexTemplatesRequest getIndexTemplatesRequest, RequestOptions options, ActionListener<GetIndexTemplatesResponse> listener)Asynchronously gets index templates using the Index Templates API See Index Templates API on elastic.coGetIndexTemplatesResponseIndicesClient. getTemplate(GetIndexTemplatesRequest getIndexTemplatesRequest, RequestOptions options)Deprecated.This method uses an old response object which still refers to types, a deprecated feature.CancellableIndicesClient. getTemplateAsync(GetIndexTemplatesRequest getIndexTemplatesRequest, RequestOptions options, ActionListener<GetIndexTemplatesResponse> listener)Deprecated.This method uses an old response object which still refers to types, a deprecated feature. -
Uses of GetIndexTemplatesRequest in org.elasticsearch.client.indices
Subclasses of GetIndexTemplatesRequest in org.elasticsearch.client.indices Modifier and Type Class Description classIndexTemplatesExistRequestA request to check for the existence of index templates
-