Uses of Class
org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
-
Packages that use GetIndexTemplatesResponse Package Description org.elasticsearch.action.admin.indices.template.get org.elasticsearch.client -
-
Uses of GetIndexTemplatesResponse in org.elasticsearch.action.admin.indices.template.get
Methods in org.elasticsearch.action.admin.indices.template.get that return GetIndexTemplatesResponse Modifier and Type Method Description static GetIndexTemplatesResponseGetIndexTemplatesResponse. fromXContent(XContentParser parser)protected GetIndexTemplatesResponseTransportGetIndexTemplatesAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.indices.template.get with type arguments of type GetIndexTemplatesResponse Modifier and Type Method Description protected voidTransportGetIndexTemplatesAction. masterOperation(GetIndexTemplatesRequest request, ClusterState state, ActionListener<GetIndexTemplatesResponse> listener) -
Uses of GetIndexTemplatesResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetIndexTemplatesResponse Modifier and Type Method Description GetIndexTemplatesResponseIndicesClient. getTemplate(GetIndexTemplatesRequest getIndexTemplatesRequest, RequestOptions options)Deprecated.This method uses an old response object which still refers to types, a deprecated feature.Methods in org.elasticsearch.client that return types with arguments of type GetIndexTemplatesResponse Modifier and Type Method Description ActionFuture<GetIndexTemplatesResponse>IndicesAdminClient. getTemplates(GetIndexTemplatesRequest request)Gets index template.Method parameters in org.elasticsearch.client with type arguments of type GetIndexTemplatesResponse Modifier and Type Method Description 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.voidIndicesAdminClient. getTemplates(GetIndexTemplatesRequest request, ActionListener<GetIndexTemplatesResponse> listener)Gets an index template.
-