Uses of Class
com.oracle.bmc.clusterhealth.model.Recommendation
-
Packages that use Recommendation Package Description com.oracle.bmc.clusterhealth.model -
-
Uses of Recommendation in com.oracle.bmc.clusterhealth.model
Methods in com.oracle.bmc.clusterhealth.model that return Recommendation Modifier and Type Method Description RecommendationRecommendation.Builder. build()Methods in com.oracle.bmc.clusterhealth.model that return types with arguments of type Recommendation Modifier and Type Method Description List<Recommendation>RecommendationReport. getRecommendations()recommendationsMethods in com.oracle.bmc.clusterhealth.model with parameters of type Recommendation Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. copy(Recommendation model)Method parameters in com.oracle.bmc.clusterhealth.model with type arguments of type Recommendation Modifier and Type Method Description RecommendationReport.BuilderRecommendationReport.Builder. recommendations(List<Recommendation> recommendations)recommendationsConstructor parameters in com.oracle.bmc.clusterhealth.model with type arguments of type Recommendation Constructor Description RecommendationReport(String summary, Integer totalIssues, Integer criticalIssues, Integer warningIssues, Integer infoIssues, List<Recommendation> recommendations, Metadata metadata, Date timeGenerated)Deprecated.
-