Class ResetFeaturesRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.features.ResetFeaturesRequest
Resets the internal state of features, usually by deleting system indices
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<ResetFeaturesRequest,ResetFeaturesResponse, ErrorResponse> Endpoint "features.reset_features".static final ResetFeaturesRequestSingleton instance forResetFeaturesRequest. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_INSTANCE
Singleton instance forResetFeaturesRequest. -
_ENDPOINT
Endpoint "features.reset_features".
-
-
Constructor Details
-
ResetFeaturesRequest
public ResetFeaturesRequest()
-