Class ListDanglingIndicesRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.dangling_indices.ListDanglingIndicesRequest
- All Implemented Interfaces:
ToCopyableBuilder<ListDanglingIndicesRequest.Builder,ListDanglingIndicesRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class ListDanglingIndicesRequest
extends RequestBase
implements ToCopyableBuilder<ListDanglingIndicesRequest.Builder,ListDanglingIndicesRequest>
Returns all dangling indexes.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "dangling_indices.list_dangling_indices". -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()static ListDanglingIndicesRequestCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
applyQueryParameters, errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
public static final Endpoint<ListDanglingIndicesRequest,ListDanglingIndicesResponse, _ENDPOINTErrorResponse> Endpoint "dangling_indices.list_dangling_indices".
-
-
Method Details
-
of
public static ListDanglingIndicesRequest of(Function<ListDanglingIndicesRequest.Builder, ObjectBuilder<ListDanglingIndicesRequest>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDanglingIndicesRequest.Builder,ListDanglingIndicesRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-