Class IndexTemplatesExistRequest

java.lang.Object
org.elasticsearch.client.indices.GetIndexTemplatesRequest
org.elasticsearch.client.indices.IndexTemplatesExistRequest
All Implemented Interfaces:
Validatable

public class IndexTemplatesExistRequest
extends GetIndexTemplatesRequest
A request to check for the existence of index templates
  • Constructor Details

    • 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
      Parameters:
      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
      Parameters:
      names - the names of templates to check for the existence of