Class ComponentTemplatesExistRequest

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

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

    • ComponentTemplatesExistRequest

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