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