类 IndexTemplatesExistRequest

java.lang.Object
org.easysearch.client.indices.GetIndexTemplatesRequest
org.easysearch.client.indices.IndexTemplatesExistRequest
所有已实现的接口:
Validatable

public class IndexTemplatesExistRequest
extends GetIndexTemplatesRequest
A request to check for the existence of index templates
  • 构造器详细资料

    • IndexTemplatesExistRequest

      public IndexTemplatesExistRequest​(java.lang.String... names)
      Create a request to check for the existence of index templates. At least one template index name must be provided
      参数:
      names - the names of templates to check for the existence of
    • IndexTemplatesExistRequest

      public IndexTemplatesExistRequest​(java.util.List<java.lang.String> names)
      Create a request to check for the existence of index templates. At least one template index name must be provided
      参数:
      names - the names of templates to check for the existence of