| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
CheckDetail |
CheckDetail.clone() |
CheckDetail |
CheckDetail.withAccountId(String accountId) |
CheckDetail |
CheckDetail.withChoiceId(String choiceId) |
CheckDetail |
CheckDetail.withDescription(String description)
Trusted Advisor check description.
|
CheckDetail |
CheckDetail.withFlaggedResources(Integer flaggedResources)
Count of flagged resources associated to the check.
|
CheckDetail |
CheckDetail.withId(String id)
Trusted Advisor check ID.
|
CheckDetail |
CheckDetail.withLensArn(String lensArn)
Well-Architected Lens ARN associated to the check.
|
CheckDetail |
CheckDetail.withName(String name)
Trusted Advisor check name.
|
CheckDetail |
CheckDetail.withPillarId(String pillarId) |
CheckDetail |
CheckDetail.withProvider(CheckProvider provider)
Provider of the check related to the best practice.
|
CheckDetail |
CheckDetail.withProvider(String provider)
Provider of the check related to the best practice.
|
CheckDetail |
CheckDetail.withQuestionId(String questionId) |
CheckDetail |
CheckDetail.withReason(CheckFailureReason reason)
Reason associated to the check.
|
CheckDetail |
CheckDetail.withReason(String reason)
Reason associated to the check.
|
CheckDetail |
CheckDetail.withStatus(CheckStatus status)
Status associated to the check.
|
CheckDetail |
CheckDetail.withStatus(String status)
Status associated to the check.
|
CheckDetail |
CheckDetail.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<CheckDetail> |
ListCheckDetailsResult.getCheckDetails()
The details about the Trusted Advisor checks related to the Well-Architected best practice.
|
| Modifier and Type | Method and Description |
|---|---|
ListCheckDetailsResult |
ListCheckDetailsResult.withCheckDetails(CheckDetail... checkDetails)
The details about the Trusted Advisor checks related to the Well-Architected best practice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCheckDetailsResult.setCheckDetails(Collection<CheckDetail> checkDetails)
The details about the Trusted Advisor checks related to the Well-Architected best practice.
|
ListCheckDetailsResult |
ListCheckDetailsResult.withCheckDetails(Collection<CheckDetail> checkDetails)
The details about the Trusted Advisor checks related to the Well-Architected best practice.
|
Copyright © 2023. All rights reserved.