Class ResetFeaturesRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.features.ResetFeaturesRequest
-
public class ResetFeaturesRequest extends RequestBase
Resets the internal state of features, usually by deleting system indices
-
-
Nested Class Summary
-
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<ResetFeaturesRequest,ResetFeaturesResponse,ErrorResponse>_ENDPOINTEndpoint "features.reset_features".static ResetFeaturesRequest_INSTANCESingleton instance forResetFeaturesRequest.
-
Constructor Summary
Constructors Constructor Description ResetFeaturesRequest()
-
-
-
Field Detail
-
_INSTANCE
public static final ResetFeaturesRequest _INSTANCE
Singleton instance forResetFeaturesRequest.
-
_ENDPOINT
public static final Endpoint<ResetFeaturesRequest,ResetFeaturesResponse,ErrorResponse> _ENDPOINT
Endpoint "features.reset_features".
-
-