Class ListDanglingIndicesRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.dangling_indices.ListDanglingIndicesRequest
-
public class ListDanglingIndicesRequest extends RequestBase
Returns all dangling 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<ListDanglingIndicesRequest,ListDanglingIndicesResponse,ErrorResponse>_ENDPOINTEndpoint "dangling_indices.list_dangling_indices".static ListDanglingIndicesRequest_INSTANCESingleton instance forListDanglingIndicesRequest.
-
Constructor Summary
Constructors Constructor Description ListDanglingIndicesRequest()
-
-
-
Field Detail
-
_INSTANCE
public static final ListDanglingIndicesRequest _INSTANCE
Singleton instance forListDanglingIndicesRequest.
-
_ENDPOINT
public static final Endpoint<ListDanglingIndicesRequest,ListDanglingIndicesResponse,ErrorResponse> _ENDPOINT
Endpoint "dangling_indices.list_dangling_indices".
-
-