Class GetFeaturesRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.features.GetFeaturesRequest
-
public class GetFeaturesRequest extends RequestBase
Gets a list of features which can be included in snapshots using the feature_states field when creating a snapshot
-
-
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<GetFeaturesRequest,GetFeaturesResponse,ErrorResponse>_ENDPOINTEndpoint "features.get_features".static GetFeaturesRequest_INSTANCESingleton instance forGetFeaturesRequest.
-
Constructor Summary
Constructors Constructor Description GetFeaturesRequest()
-
-
-
Field Detail
-
_INSTANCE
public static final GetFeaturesRequest _INSTANCE
Singleton instance forGetFeaturesRequest.
-
_ENDPOINT
public static final Endpoint<GetFeaturesRequest,GetFeaturesResponse,ErrorResponse> _ENDPOINT
Endpoint "features.get_features".
-
-