Uses of Class
software.amazon.awssdk.services.wellarchitected.model.Risk
-
Packages that use Risk Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of Risk in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return Risk Modifier and Type Method Description static RiskRisk. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RiskAnswer. risk()Returns the value of the Risk property for this object.RiskAnswerSummary. risk()Returns the value of the Risk property for this object.RiskImprovementSummary. risk()Returns the value of the Risk property for this object.RiskQuestionMetric. risk()Returns the value of the Risk property for this object.static RiskRisk. valueOf(String name)Returns the enum constant of this type with the specified name.static Risk[]Risk. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type Risk Modifier and Type Method Description static Set<Risk>Risk. knownValues()Map<Risk,Integer>LensReview. prioritizedRiskCounts()Returns the value of the PrioritizedRiskCounts property for this object.Map<Risk,Integer>LensReviewSummary. prioritizedRiskCounts()Returns the value of the PrioritizedRiskCounts property for this object.Map<Risk,Integer>PillarReviewSummary. prioritizedRiskCounts()Returns the value of the PrioritizedRiskCounts property for this object.Map<Risk,Integer>Workload. prioritizedRiskCounts()Returns the value of the PrioritizedRiskCounts property for this object.Map<Risk,Integer>WorkloadSummary. prioritizedRiskCounts()Returns the value of the PrioritizedRiskCounts property for this object.Map<Risk,Integer>ConsolidatedReportMetric. riskCounts()Returns the value of the RiskCounts property for this object.Map<Risk,Integer>LensMetric. riskCounts()Returns the value of the RiskCounts property for this object.Map<Risk,Integer>LensReview. riskCounts()Returns the value of the RiskCounts property for this object.Map<Risk,Integer>LensReviewSummary. riskCounts()Returns the value of the RiskCounts property for this object.Map<Risk,Integer>PillarMetric. riskCounts()Returns the value of the RiskCounts property for this object.Map<Risk,Integer>PillarReviewSummary. riskCounts()Returns the value of the RiskCounts property for this object.Map<Risk,Integer>Workload. riskCounts()Returns the value of the RiskCounts property for this object.Map<Risk,Integer>WorkloadSummary. riskCounts()Returns the value of the RiskCounts property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type Risk Modifier and Type Method Description Answer.BuilderAnswer.Builder. risk(Risk risk)Sets the value of the Risk property for this object.AnswerSummary.BuilderAnswerSummary.Builder. risk(Risk risk)Sets the value of the Risk property for this object.ImprovementSummary.BuilderImprovementSummary.Builder. risk(Risk risk)Sets the value of the Risk property for this object.QuestionMetric.BuilderQuestionMetric.Builder. risk(Risk risk)Sets the value of the Risk property for this object.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type Risk Modifier and Type Method Description LensReview.BuilderLensReview.Builder. prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)Sets the value of the PrioritizedRiskCounts property for this object.LensReviewSummary.BuilderLensReviewSummary.Builder. prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)Sets the value of the PrioritizedRiskCounts property for this object.PillarReviewSummary.BuilderPillarReviewSummary.Builder. prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)Sets the value of the PrioritizedRiskCounts property for this object.Workload.BuilderWorkload.Builder. prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)Sets the value of the PrioritizedRiskCounts property for this object.WorkloadSummary.BuilderWorkloadSummary.Builder. prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)Sets the value of the PrioritizedRiskCounts property for this object.ConsolidatedReportMetric.BuilderConsolidatedReportMetric.Builder. riskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.LensMetric.BuilderLensMetric.Builder. riskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.LensReview.BuilderLensReview.Builder. riskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.LensReviewSummary.BuilderLensReviewSummary.Builder. riskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.PillarMetric.BuilderPillarMetric.Builder. riskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.PillarReviewSummary.BuilderPillarReviewSummary.Builder. riskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.Workload.BuilderWorkload.Builder. riskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.WorkloadSummary.BuilderWorkloadSummary.Builder. riskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.
-