Class DeprecationsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.migration.DeprecationsRequest
public class DeprecationsRequest extends RequestBase
Retrieves information about different cluster, node, and index level settings
that use deprecated features that will be removed or changed in the next
major version.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeprecationsRequest.BuilderBuilder forDeprecationsRequest.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 Endpoint<DeprecationsRequest,DeprecationsResponse,ErrorResponse>_ENDPOINTEndpoint "migration.deprecations". -
Method Summary
Modifier and Type Method Description java.lang.Stringindex()Comma-separate list of data streams or indices to check.static DeprecationsRequestof(java.util.function.Function<DeprecationsRequest.Builder,ObjectBuilder<DeprecationsRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "migration.deprecations".
-
-
Method Details
-
of
public static DeprecationsRequest of(java.util.function.Function<DeprecationsRequest.Builder,ObjectBuilder<DeprecationsRequest>> fn) -
index
@Nullable public final java.lang.String index()Comma-separate list of data streams or indices to check. Wildcard (*) expressions are supported.API name:
index
-