Package org.opensearch.client.indices
Class ComposableIndexTemplateExistRequest
java.lang.Object
org.opensearch.client.indices.GetComponentTemplatesRequest
org.opensearch.client.indices.ComposableIndexTemplateExistRequest
- All Implemented Interfaces:
Validatable
A request to check for the existence of index templates
-
Field Summary
Fields inherited from interface org.opensearch.client.Validatable
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionCreate a request to check for the existence of index template. -
Method Summary
Methods inherited from class org.opensearch.client.indices.GetComponentTemplatesRequest
getClusterManagerNodeTimeout, getMasterNodeTimeout, isLocal, name, setClusterManagerNodeTimeout, setClusterManagerNodeTimeout, setLocal, setMasterNodeTimeout, setMasterNodeTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.Validatable
validate
-
Constructor Details
-
ComposableIndexTemplateExistRequest
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
-