Class ExistsIndexTemplateRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.indices.ExistsIndexTemplateRequest
-
public class ExistsIndexTemplateRequest extends RequestBase
Returns information about whether a particular index template exists.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExistsIndexTemplateRequest.BuilderBuilder forExistsIndexTemplateRequest.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<ExistsIndexTemplateRequest,BooleanResponse,ErrorResponse>_ENDPOINTEndpoint "indices.exists_index_template".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TimeclusterManagerTimeout()Period to wait for a connection to the cluster-manager node.TimemasterTimeout()Deprecated.java.lang.Stringname()Required - Comma-separated list of index template names used to limit the request.static ExistsIndexTemplateRequestof(java.util.function.Function<ExistsIndexTemplateRequest.Builder,ObjectBuilder<ExistsIndexTemplateRequest>> fn)
-
-
-
Field Detail
-
_ENDPOINT
public static final Endpoint<ExistsIndexTemplateRequest,BooleanResponse,ErrorResponse> _ENDPOINT
Endpoint "indices.exists_index_template".
-
-
Method Detail
-
of
public static ExistsIndexTemplateRequest of(java.util.function.Function<ExistsIndexTemplateRequest.Builder,ObjectBuilder<ExistsIndexTemplateRequest>> fn)
-
masterTimeout
@Deprecated @Nullable public final Time masterTimeout()
Deprecated.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
-
clusterManagerTimeout
@Nullable public final Time clusterManagerTimeout()
Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.API name:
cluster_manager_timeout
-
name
public final java.lang.String name()
Required - Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.API name:
name
-
-