| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Workload |
Workload.addRiskCountsEntry(String key,
Integer value)
Add a single RiskCounts entry
|
Workload |
Workload.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Workload |
Workload.clearRiskCountsEntries()
Removes all the entries added into RiskCounts.
|
Workload |
Workload.clearTagsEntries()
Removes all the entries added into Tags.
|
Workload |
Workload.clone() |
Workload |
UpdateWorkloadResult.getWorkload() |
Workload |
Milestone.getWorkload() |
Workload |
GetWorkloadResult.getWorkload() |
Workload |
Workload.withAccountIds(Collection<String> accountIds) |
Workload |
Workload.withAccountIds(String... accountIds)
NOTE: This method appends the values to the existing list (if any).
|
Workload |
Workload.withArchitecturalDesign(String architecturalDesign) |
Workload |
Workload.withAwsRegions(Collection<String> awsRegions) |
Workload |
Workload.withAwsRegions(String... awsRegions)
NOTE: This method appends the values to the existing list (if any).
|
Workload |
Workload.withDescription(String description) |
Workload |
Workload.withEnvironment(String environment) |
Workload |
Workload.withEnvironment(WorkloadEnvironment environment) |
Workload |
Workload.withImprovementStatus(String improvementStatus) |
Workload |
Workload.withImprovementStatus(WorkloadImprovementStatus improvementStatus) |
Workload |
Workload.withIndustry(String industry) |
Workload |
Workload.withIndustryType(String industryType) |
Workload |
Workload.withIsReviewOwnerUpdateAcknowledged(Boolean isReviewOwnerUpdateAcknowledged)
Flag indicating whether the workload owner has acknowledged that the Review owner field is required.
|
Workload |
Workload.withLenses(Collection<String> lenses) |
Workload |
Workload.withLenses(String... lenses)
NOTE: This method appends the values to the existing list (if any).
|
Workload |
Workload.withNonAwsRegions(Collection<String> nonAwsRegions) |
Workload |
Workload.withNonAwsRegions(String... nonAwsRegions)
NOTE: This method appends the values to the existing list (if any).
|
Workload |
Workload.withNotes(String notes) |
Workload |
Workload.withOwner(String owner) |
Workload |
Workload.withPillarPriorities(Collection<String> pillarPriorities) |
Workload |
Workload.withPillarPriorities(String... pillarPriorities)
NOTE: This method appends the values to the existing list (if any).
|
Workload |
Workload.withReviewOwner(String reviewOwner) |
Workload |
Workload.withReviewRestrictionDate(Date reviewRestrictionDate) |
Workload |
Workload.withRiskCounts(Map<String,Integer> riskCounts) |
Workload |
Workload.withShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
Workload |
Workload.withTags(Map<String,String> tags)
The tags associated with the workload.
|
Workload |
Workload.withUpdatedAt(Date updatedAt) |
Workload |
Workload.withWorkloadArn(String workloadArn) |
Workload |
Workload.withWorkloadId(String workloadId) |
Workload |
Workload.withWorkloadName(String workloadName) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkloadResult.setWorkload(Workload workload) |
void |
Milestone.setWorkload(Workload workload) |
void |
GetWorkloadResult.setWorkload(Workload workload) |
UpdateWorkloadResult |
UpdateWorkloadResult.withWorkload(Workload workload) |
Milestone |
Milestone.withWorkload(Workload workload) |
GetWorkloadResult |
GetWorkloadResult.withWorkload(Workload workload) |
Copyright © 2022. All rights reserved.