Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AssessmentRiskRecommendation
-
Packages that use AssessmentRiskRecommendation Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AssessmentRiskRecommendation in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AssessmentRiskRecommendation Modifier and Type Method Description List<AssessmentRiskRecommendation>AssessmentSummary. riskRecommendations()Indicates the top risks and recommendations identified by the Resilience Hub assessment, each representing a specific risk and the corresponding recommendation to address it.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AssessmentRiskRecommendation Modifier and Type Method Description AssessmentSummary.BuilderAssessmentSummary.Builder. riskRecommendations(AssessmentRiskRecommendation... riskRecommendations)Indicates the top risks and recommendations identified by the Resilience Hub assessment, each representing a specific risk and the corresponding recommendation to address it.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type AssessmentRiskRecommendation Modifier and Type Method Description AssessmentSummary.BuilderAssessmentSummary.Builder. riskRecommendations(Collection<AssessmentRiskRecommendation> riskRecommendations)Indicates the top risks and recommendations identified by the Resilience Hub assessment, each representing a specific risk and the corresponding recommendation to address it.
-