| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static Risk |
Risk.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Risk |
Answer.risk()
Returns the value of the Risk property for this object.
|
Risk |
ImprovementSummary.risk()
Returns the value of the Risk property for this object.
|
Risk |
QuestionMetric.risk()
Returns the value of the Risk property for this object.
|
Risk |
AnswerSummary.risk()
Returns the value of the Risk property for this object.
|
static Risk |
Risk.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Risk> |
Risk.knownValues()
|
Map<Risk,Integer> |
LensReview.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> |
WorkloadSummary.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> |
Workload.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> |
LensReview.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> |
PillarMetric.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.
|
Map<Risk,Integer> |
LensReviewSummary.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> |
LensMetric.riskCounts()
Returns the value of the RiskCounts property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
Answer.Builder |
Answer.Builder.risk(Risk risk)
Sets the value of the Risk property for this object.
|
ImprovementSummary.Builder |
ImprovementSummary.Builder.risk(Risk risk)
Sets the value of the Risk property for this object.
|
QuestionMetric.Builder |
QuestionMetric.Builder.risk(Risk risk)
Sets the value of the Risk property for this object.
|
AnswerSummary.Builder |
AnswerSummary.Builder.risk(Risk risk)
Sets the value of the Risk property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
LensReview.Builder |
LensReview.Builder.prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
PillarReviewSummary.Builder |
PillarReviewSummary.Builder.prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
WorkloadSummary.Builder |
WorkloadSummary.Builder.prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
LensReviewSummary.Builder |
LensReviewSummary.Builder.prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
Workload.Builder |
Workload.Builder.prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
ConsolidatedReportMetric.Builder |
ConsolidatedReportMetric.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
LensReview.Builder |
LensReview.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
PillarReviewSummary.Builder |
PillarReviewSummary.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
PillarMetric.Builder |
PillarMetric.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
WorkloadSummary.Builder |
WorkloadSummary.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
LensReviewSummary.Builder |
LensReviewSummary.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
Workload.Builder |
Workload.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
LensMetric.Builder |
LensMetric.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
Copyright © 2023. All rights reserved.