Uses of Class
org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue
-
Packages that use DeprecationInfoResponse.DeprecationIssue Package Description org.elasticsearch.client.migration -
-
Uses of DeprecationInfoResponse.DeprecationIssue in org.elasticsearch.client.migration
Methods in org.elasticsearch.client.migration that return types with arguments of type DeprecationInfoResponse.DeprecationIssue Modifier and Type Method Description List<DeprecationInfoResponse.DeprecationIssue>DeprecationInfoResponse. getClusterSettingsIssues()Map<String,List<DeprecationInfoResponse.DeprecationIssue>>DeprecationInfoResponse. getIndexSettingsIssues()List<DeprecationInfoResponse.DeprecationIssue>DeprecationInfoResponse. getMlSettingsIssues()List<DeprecationInfoResponse.DeprecationIssue>DeprecationInfoResponse. getNodeSettingsIssues()Constructor parameters in org.elasticsearch.client.migration with type arguments of type DeprecationInfoResponse.DeprecationIssue Constructor Description DeprecationInfoResponse(List<DeprecationInfoResponse.DeprecationIssue> clusterSettingsIssues, List<DeprecationInfoResponse.DeprecationIssue> nodeSettingsIssues, Map<String,List<DeprecationInfoResponse.DeprecationIssue>> indexSettingsIssues, List<DeprecationInfoResponse.DeprecationIssue> mlSettingsIssues)DeprecationInfoResponse(List<DeprecationInfoResponse.DeprecationIssue> clusterSettingsIssues, List<DeprecationInfoResponse.DeprecationIssue> nodeSettingsIssues, Map<String,List<DeprecationInfoResponse.DeprecationIssue>> indexSettingsIssues, List<DeprecationInfoResponse.DeprecationIssue> mlSettingsIssues)
-