Package org.opensearch.client.indices
Class ComponentTemplatesExistRequest
- java.lang.Object
-
- org.opensearch.client.indices.GetComponentTemplatesRequest
-
- org.opensearch.client.indices.ComponentTemplatesExistRequest
-
- All Implemented Interfaces:
Validatable
public class ComponentTemplatesExistRequest extends GetComponentTemplatesRequest
A request to check for the existence of component templates
-
-
Field Summary
-
Fields inherited from interface org.opensearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description ComponentTemplatesExistRequest(java.lang.String name)Create a request to check for the existence of component template.
-
Method Summary
-
Methods inherited from class org.opensearch.client.indices.GetComponentTemplatesRequest
getMasterNodeTimeout, isLocal, name, setLocal, setMasterNodeTimeout, setMasterNodeTimeout
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.Validatable
validate
-
-