| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
LensReview |
LensReview.addPrioritizedRiskCountsEntry(String key,
Integer value)
Add a single PrioritizedRiskCounts entry
|
LensReview |
LensReview.addRiskCountsEntry(String key,
Integer value)
Add a single RiskCounts entry
|
LensReview |
LensReview.clearPrioritizedRiskCountsEntries()
Removes all the entries added into PrioritizedRiskCounts.
|
LensReview |
LensReview.clearRiskCountsEntries()
Removes all the entries added into RiskCounts.
|
LensReview |
LensReview.clone() |
LensReview |
GetLensReviewResult.getLensReview() |
LensReview |
UpdateLensReviewResult.getLensReview() |
LensReview |
LensReview.withJiraConfiguration(JiraSelectedQuestionConfiguration jiraConfiguration)
Jira configuration status of the Lens review.
|
LensReview |
LensReview.withLensAlias(String lensAlias) |
LensReview |
LensReview.withLensArn(String lensArn)
The ARN for the lens.
|
LensReview |
LensReview.withLensName(String lensName) |
LensReview |
LensReview.withLensStatus(LensStatus lensStatus)
The status of the lens.
|
LensReview |
LensReview.withLensStatus(String lensStatus)
The status of the lens.
|
LensReview |
LensReview.withLensVersion(String lensVersion)
The version of the lens.
|
LensReview |
LensReview.withNextToken(String nextToken) |
LensReview |
LensReview.withNotes(String notes) |
LensReview |
LensReview.withPillarReviewSummaries(Collection<PillarReviewSummary> pillarReviewSummaries) |
LensReview |
LensReview.withPillarReviewSummaries(PillarReviewSummary... pillarReviewSummaries)
NOTE: This method appends the values to the existing list (if any).
|
LensReview |
LensReview.withPrioritizedRiskCounts(Map<String,Integer> prioritizedRiskCounts) |
LensReview |
LensReview.withProfiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
LensReview |
LensReview.withProfiles(WorkloadProfile... profiles)
The profiles associated with the workload.
|
LensReview |
LensReview.withRiskCounts(Map<String,Integer> riskCounts) |
LensReview |
LensReview.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLensReviewResult.setLensReview(LensReview lensReview) |
void |
UpdateLensReviewResult.setLensReview(LensReview lensReview) |
GetLensReviewResult |
GetLensReviewResult.withLensReview(LensReview lensReview) |
UpdateLensReviewResult |
UpdateLensReviewResult.withLensReview(LensReview lensReview) |
Copyright © 2024. All rights reserved.