| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
CheckSummary |
CheckSummary.addAccountSummaryEntry(String key,
Integer value)
Add a single AccountSummary entry
|
CheckSummary |
CheckSummary.clearAccountSummaryEntries()
Removes all the entries added into AccountSummary.
|
CheckSummary |
CheckSummary.clone() |
CheckSummary |
CheckSummary.withAccountSummary(Map<String,Integer> accountSummary)
Account summary associated to the check.
|
CheckSummary |
CheckSummary.withChoiceId(String choiceId) |
CheckSummary |
CheckSummary.withDescription(String description)
Trusted Advisor check description.
|
CheckSummary |
CheckSummary.withId(String id)
Trusted Advisor check ID.
|
CheckSummary |
CheckSummary.withLensArn(String lensArn)
Well-Architected Lens ARN associated to the check.
|
CheckSummary |
CheckSummary.withName(String name)
Trusted Advisor check name.
|
CheckSummary |
CheckSummary.withPillarId(String pillarId) |
CheckSummary |
CheckSummary.withProvider(CheckProvider provider)
Provider of the check related to the best practice.
|
CheckSummary |
CheckSummary.withProvider(String provider)
Provider of the check related to the best practice.
|
CheckSummary |
CheckSummary.withQuestionId(String questionId) |
CheckSummary |
CheckSummary.withStatus(CheckStatus status)
Status associated to the check.
|
CheckSummary |
CheckSummary.withStatus(String status)
Status associated to the check.
|
CheckSummary |
CheckSummary.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<CheckSummary> |
ListCheckSummariesResult.getCheckSummaries()
List of Trusted Advisor summaries related to the Well-Architected best practice.
|
| Modifier and Type | Method and Description |
|---|---|
ListCheckSummariesResult |
ListCheckSummariesResult.withCheckSummaries(CheckSummary... checkSummaries)
List of Trusted Advisor summaries related to the Well-Architected best practice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCheckSummariesResult.setCheckSummaries(Collection<CheckSummary> checkSummaries)
List of Trusted Advisor summaries related to the Well-Architected best practice.
|
ListCheckSummariesResult |
ListCheckSummariesResult.withCheckSummaries(Collection<CheckSummary> checkSummaries)
List of Trusted Advisor summaries related to the Well-Architected best practice.
|
Copyright © 2023. All rights reserved.