| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
QuestionMetric |
QuestionMetric.clone() |
QuestionMetric |
QuestionMetric.withBestPractices(BestPractice... bestPractices)
The best practices, or choices, that have been identified as contributing to risk in a question.
|
QuestionMetric |
QuestionMetric.withBestPractices(Collection<BestPractice> bestPractices)
The best practices, or choices, that have been identified as contributing to risk in a question.
|
QuestionMetric |
QuestionMetric.withQuestionId(String questionId) |
QuestionMetric |
QuestionMetric.withRisk(Risk risk) |
QuestionMetric |
QuestionMetric.withRisk(String risk) |
| Modifier and Type | Method and Description |
|---|---|
List<QuestionMetric> |
PillarMetric.getQuestions()
The questions that have been identified as risks in the pillar.
|
| Modifier and Type | Method and Description |
|---|---|
PillarMetric |
PillarMetric.withQuestions(QuestionMetric... questions)
The questions that have been identified as risks in the pillar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PillarMetric.setQuestions(Collection<QuestionMetric> questions)
The questions that have been identified as risks in the pillar.
|
PillarMetric |
PillarMetric.withQuestions(Collection<QuestionMetric> questions)
The questions that have been identified as risks in the pillar.
|
Copyright © 2023. All rights reserved.