Class ExistsIndexTemplateRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.indices.ExistsIndexTemplateRequest
public final class ExistsIndexTemplateRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExistsIndexTemplateRequest.BuilderBuilder forExistsIndexTemplateRequest. -
Field Summary
Fields Modifier and Type Field Description static Endpoint<ExistsIndexTemplateRequest,BooleanResponse,OpenSearchError>ENDPOINTEndpoint "indices.exists_index_template". -
Constructor Summary
Constructors Modifier Constructor Description protectedExistsIndexTemplateRequest(ExistsIndexTemplateRequest.Builder builder) -
Method Summary
Modifier and Type Method Description jakarta.json.JsonValuemasterTimeout()Period to wait for a connection to the master node.java.lang.Stringname()Comma-separated list of index template names used to limit the request.
-
Field Details
-
ENDPOINT
Endpoint "indices.exists_index_template".
-
-
Constructor Details
-
Method Details
-
name
public java.lang.String name()Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported. API name:name -
masterTimeout
@Nullable public jakarta.json.JsonValue masterTimeout()Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. API name:master_timeout
-