Uses of Class
org.elasticsearch.client.migration.DeprecationInfoResponse
-
Packages that use DeprecationInfoResponse Package Description org.elasticsearch.client org.elasticsearch.client.migration -
-
Uses of DeprecationInfoResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeprecationInfoResponse Modifier and Type Method Description DeprecationInfoResponseMigrationClient. getDeprecationInfo(DeprecationInfoRequest request, RequestOptions options)Get deprecation info for one or more indicesMethod parameters in org.elasticsearch.client with type arguments of type DeprecationInfoResponse Modifier and Type Method Description CancellableMigrationClient. getDeprecationInfoAsync(DeprecationInfoRequest request, RequestOptions options, ActionListener<DeprecationInfoResponse> listener)Asynchronously get deprecation info for one or more indices -
Uses of DeprecationInfoResponse in org.elasticsearch.client.migration
Methods in org.elasticsearch.client.migration that return DeprecationInfoResponse Modifier and Type Method Description static DeprecationInfoResponseDeprecationInfoResponse. fromXContent(XContentParser parser)
-