Uses of Class
com.oracle.bmc.clusterhealth.model.RecommendationReport
-
Packages that use RecommendationReport Package Description com.oracle.bmc.clusterhealth.model com.oracle.bmc.clusterhealth.responses -
-
Uses of RecommendationReport in com.oracle.bmc.clusterhealth.model
Methods in com.oracle.bmc.clusterhealth.model that return RecommendationReport Modifier and Type Method Description RecommendationReportRecommendationReport.Builder. build()Methods in com.oracle.bmc.clusterhealth.model that return types with arguments of type RecommendationReport Modifier and Type Method Description List<RecommendationReport>DiagnosisResults. getRecommendationReports()collection of recommendation reports generated for each requested testMethods in com.oracle.bmc.clusterhealth.model with parameters of type RecommendationReport Modifier and Type Method Description RecommendationReport.BuilderRecommendationReport.Builder. copy(RecommendationReport model)Method parameters in com.oracle.bmc.clusterhealth.model with type arguments of type RecommendationReport Modifier and Type Method Description DiagnosisResults.BuilderDiagnosisResults.Builder. recommendationReports(List<RecommendationReport> recommendationReports)collection of recommendation reports generated for each requested testConstructor parameters in com.oracle.bmc.clusterhealth.model with type arguments of type RecommendationReport Constructor Description DiagnosisResults(List<RecommendationReport> recommendationReports)Deprecated. -
Uses of RecommendationReport in com.oracle.bmc.clusterhealth.responses
Methods in com.oracle.bmc.clusterhealth.responses that return RecommendationReport Modifier and Type Method Description RecommendationReportQueryDiagnosisByHealthCheckKeyResponse. getRecommendationReport()The returned RecommendationReport instance.Methods in com.oracle.bmc.clusterhealth.responses with parameters of type RecommendationReport Modifier and Type Method Description QueryDiagnosisByHealthCheckKeyResponse.BuilderQueryDiagnosisByHealthCheckKeyResponse.Builder. recommendationReport(RecommendationReport recommendationReport)The returned RecommendationReport instance.
-