Class ComposableIndexTemplateExistRequest

java.lang.Object
org.elasticsearch.client.indices.GetComponentTemplatesRequest
org.elasticsearch.client.indices.ComposableIndexTemplateExistRequest
All Implemented Interfaces:
Validatable

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

    • ComposableIndexTemplateExistRequest

      public ComposableIndexTemplateExistRequest​(java.lang.String name)
      Create a request to check for the existence of index template. Name must be provided
      Parameters:
      name - the name of template to check for the existence of