| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
BestPractice |
BestPractice.clone() |
BestPractice |
BestPractice.withChoiceId(String choiceId) |
BestPractice |
BestPractice.withChoiceTitle(String choiceTitle) |
| Modifier and Type | Method and Description |
|---|---|
List<BestPractice> |
QuestionMetric.getBestPractices()
The best practices, or choices, that have been identified as contributing to risk in a question.
|
| Modifier and Type | Method and Description |
|---|---|
QuestionMetric |
QuestionMetric.withBestPractices(BestPractice... bestPractices)
The best practices, or choices, that have been identified as contributing to risk in a question.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionMetric.setBestPractices(Collection<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.
|
Copyright © 2023. All rights reserved.