Class ListDanglingIndicesRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.dangling_indices.ListDanglingIndicesRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class ListDanglingIndicesRequest extends RequestBase
-
Nested Class Summary
Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static ListDanglingIndicesRequest_INSTANCESingleton instance forListDanglingIndicesRequest.static Endpoint<ListDanglingIndicesRequest,ListDanglingIndicesResponse,ElasticsearchError>ENDPOINTEndpoint "dangling_indices.list_dangling_indices". -
Constructor Summary
Constructors Constructor Description ListDanglingIndicesRequest() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_INSTANCE
Singleton instance forListDanglingIndicesRequest. -
ENDPOINT
public static final Endpoint<ListDanglingIndicesRequest,ListDanglingIndicesResponse,ElasticsearchError> ENDPOINTEndpoint "dangling_indices.list_dangling_indices".
-
-
Constructor Details
-
ListDanglingIndicesRequest
public ListDanglingIndicesRequest()
-