@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSWellArchitected extends Object implements AWSWellArchitected
AWSWellArchitected. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic AssociateLensesResult associateLenses(AssociateLensesRequest request)
AWSWellArchitectedAssociate a lens to a workload.
Up to 10 lenses can be associated with a workload in a single API operation. A maximum of 20 lenses can be associated with a workload.
Disclaimer
By accessing and/or applying custom lenses created by another Amazon Web Services user or account, you acknowledge that custom lenses created by other users and shared with you are Third Party Content as defined in the Amazon Web Services Customer Agreement.
associateLenses in interface AWSWellArchitectedrequest - Input to associate lens reviews.public CreateLensShareResult createLensShare(CreateLensShareRequest request)
AWSWellArchitectedCreate a lens share.
The owner of a lens can share it with other Amazon Web Services accounts and IAM users in the same Amazon Web Services Region. Shared access to a lens is not removed until the lens invitation is deleted.
Disclaimer
By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
createLensShare in interface AWSWellArchitectedpublic CreateLensVersionResult createLensVersion(CreateLensVersionRequest request)
AWSWellArchitectedCreate a new lens version.
A lens can have up to 100 versions.
After a lens has been imported, create a new lens version to publish it. The owner of a lens can share the lens with other Amazon Web Services accounts and IAM users in the same Amazon Web Services Region. Only the owner of a lens can delete it.
createLensVersion in interface AWSWellArchitectedpublic CreateMilestoneResult createMilestone(CreateMilestoneRequest request)
AWSWellArchitectedCreate a milestone for an existing workload.
createMilestone in interface AWSWellArchitectedrequest - Input for milestone creation.public CreateWorkloadResult createWorkload(CreateWorkloadRequest request)
AWSWellArchitectedCreate a new workload.
The owner of a workload can share the workload with other Amazon Web Services accounts and IAM users in the same Amazon Web Services Region. Only the owner of a workload can delete it.
For more information, see Defining a Workload in the Well-Architected Tool User Guide.
createWorkload in interface AWSWellArchitectedrequest - Input for workload creation.public CreateWorkloadShareResult createWorkloadShare(CreateWorkloadShareRequest request)
AWSWellArchitectedCreate a workload share.
The owner of a workload can share it with other Amazon Web Services accounts and IAM users in the same Amazon Web Services Region. Shared access to a workload is not removed until the workload invitation is deleted.
For more information, see Sharing a Workload in the Well-Architected Tool User Guide.
createWorkloadShare in interface AWSWellArchitectedrequest - Input for Create Workload Sharepublic DeleteLensResult deleteLens(DeleteLensRequest request)
AWSWellArchitectedDelete an existing lens.
Only the owner of a lens can delete it. After the lens is deleted, Amazon Web Services accounts and IAM users that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads.
Disclaimer
By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
deleteLens in interface AWSWellArchitectedpublic DeleteLensShareResult deleteLensShare(DeleteLensShareRequest request)
AWSWellArchitectedDelete a lens share.
After the lens share is deleted, Amazon Web Services accounts and IAM users that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads.
Disclaimer
By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
deleteLensShare in interface AWSWellArchitectedpublic DeleteWorkloadResult deleteWorkload(DeleteWorkloadRequest request)
AWSWellArchitectedDelete an existing workload.
deleteWorkload in interface AWSWellArchitectedrequest - Input for workload deletion.public DeleteWorkloadShareResult deleteWorkloadShare(DeleteWorkloadShareRequest request)
AWSWellArchitectedDelete a workload share.
deleteWorkloadShare in interface AWSWellArchitectedrequest - Input for Delete Workload Sharepublic DisassociateLensesResult disassociateLenses(DisassociateLensesRequest request)
AWSWellArchitectedDisassociate a lens from a workload.
Up to 10 lenses can be disassociated from a workload in a single API operation.
The Amazon Web Services Well-Architected Framework lens (wellarchitected) cannot be removed from a
workload.
disassociateLenses in interface AWSWellArchitectedrequest - Input to disassociate lens reviews.public ExportLensResult exportLens(ExportLensRequest request)
AWSWellArchitectedExport an existing lens.
Lenses are defined in JSON. For more information, see JSON format specification in the Well-Architected Tool User Guide. Only the owner of a lens can export it.
Disclaimer
Do not include or gather personal identifiable information (PII) of end users or other identifiable individuals in or via your custom lenses. If your custom lens or those shared with you and used in your account do include or collect PII you are responsible for: ensuring that the included PII is processed in accordance with applicable law, providing adequate privacy notices, and obtaining necessary consents for processing such data.
exportLens in interface AWSWellArchitectedpublic GetAnswerResult getAnswer(GetAnswerRequest request)
AWSWellArchitectedGet the answer to a specific question in a workload review.
getAnswer in interface AWSWellArchitectedrequest - Input to get answer.public GetLensResult getLens(GetLensRequest request)
AWSWellArchitectedGet an existing lens.
getLens in interface AWSWellArchitectedpublic GetLensReviewResult getLensReview(GetLensReviewRequest request)
AWSWellArchitectedGet lens review.
getLensReview in interface AWSWellArchitectedrequest - Input to get lens review.public GetLensReviewReportResult getLensReviewReport(GetLensReviewReportRequest request)
AWSWellArchitectedGet lens review report.
getLensReviewReport in interface AWSWellArchitectedrequest - Input to get lens review report.public GetLensVersionDifferenceResult getLensVersionDifference(GetLensVersionDifferenceRequest request)
AWSWellArchitectedGet lens version differences.
getLensVersionDifference in interface AWSWellArchitectedpublic GetMilestoneResult getMilestone(GetMilestoneRequest request)
AWSWellArchitectedGet a milestone for an existing workload.
getMilestone in interface AWSWellArchitectedrequest - Input to get a milestone.public GetWorkloadResult getWorkload(GetWorkloadRequest request)
AWSWellArchitectedGet an existing workload.
getWorkload in interface AWSWellArchitectedrequest - Input to get a workload.public ImportLensResult importLens(ImportLensRequest request)
AWSWellArchitectedImport a new lens.
The lens cannot be applied to workloads or shared with other Amazon Web Services accounts until it's published with CreateLensVersion
Lenses are defined in JSON. For more information, see JSON format specification in the Well-Architected Tool User Guide.
A custom lens cannot exceed 500 KB in size.
Disclaimer
Do not include or gather personal identifiable information (PII) of end users or other identifiable individuals in or via your custom lenses. If your custom lens or those shared with you and used in your account do include or collect PII you are responsible for: ensuring that the included PII is processed in accordance with applicable law, providing adequate privacy notices, and obtaining necessary consents for processing such data.
importLens in interface AWSWellArchitectedpublic ListAnswersResult listAnswers(ListAnswersRequest request)
AWSWellArchitectedList of answers.
listAnswers in interface AWSWellArchitectedrequest - Input to list answers.public ListLensReviewImprovementsResult listLensReviewImprovements(ListLensReviewImprovementsRequest request)
AWSWellArchitectedList lens review improvements.
listLensReviewImprovements in interface AWSWellArchitectedrequest - Input to list lens review improvements.public ListLensReviewsResult listLensReviews(ListLensReviewsRequest request)
AWSWellArchitectedList lens reviews.
listLensReviews in interface AWSWellArchitectedrequest - Input to list lens reviews.public ListLensSharesResult listLensShares(ListLensSharesRequest request)
AWSWellArchitectedList the lens shares associated with the lens.
listLensShares in interface AWSWellArchitectedpublic ListLensesResult listLenses(ListLensesRequest request)
AWSWellArchitectedList the available lenses.
listLenses in interface AWSWellArchitectedrequest - Input to list lenses.public ListMilestonesResult listMilestones(ListMilestonesRequest request)
AWSWellArchitectedList all milestones for an existing workload.
listMilestones in interface AWSWellArchitectedrequest - Input to list all milestones for a workload.public ListNotificationsResult listNotifications(ListNotificationsRequest request)
AWSWellArchitectedList lens notifications.
listNotifications in interface AWSWellArchitectedpublic ListShareInvitationsResult listShareInvitations(ListShareInvitationsRequest request)
AWSWellArchitectedList the workload invitations.
listShareInvitations in interface AWSWellArchitectedrequest - Input for List Share Invitationspublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSWellArchitectedList the tags for a resource.
listTagsForResource in interface AWSWellArchitectedpublic ListWorkloadSharesResult listWorkloadShares(ListWorkloadSharesRequest request)
AWSWellArchitectedList the workload shares associated with the workload.
listWorkloadShares in interface AWSWellArchitectedrequest - Input for List Workload Sharepublic ListWorkloadsResult listWorkloads(ListWorkloadsRequest request)
AWSWellArchitectedList workloads. Paginated.
listWorkloads in interface AWSWellArchitectedrequest - Input to list all workloads.public TagResourceResult tagResource(TagResourceRequest request)
AWSWellArchitectedAdds one or more tags to the specified resource.
tagResource in interface AWSWellArchitectedpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSWellArchitectedDeletes specified tags from a resource.
To specify multiple tags, use separate tagKeys parameters, for example:
DELETE /tags/WorkloadArn?tagKeys=key1&tagKeys=key2
untagResource in interface AWSWellArchitectedpublic UpdateAnswerResult updateAnswer(UpdateAnswerRequest request)
AWSWellArchitectedUpdate the answer to a specific question in a workload review.
updateAnswer in interface AWSWellArchitectedrequest - Input to update answer.public UpdateLensReviewResult updateLensReview(UpdateLensReviewRequest request)
AWSWellArchitectedUpdate lens review.
updateLensReview in interface AWSWellArchitectedrequest - Input for update lens review.public UpdateShareInvitationResult updateShareInvitation(UpdateShareInvitationRequest request)
AWSWellArchitectedUpdate a workload invitation.
updateShareInvitation in interface AWSWellArchitectedrequest - Input for Update Share Invitationpublic UpdateWorkloadResult updateWorkload(UpdateWorkloadRequest request)
AWSWellArchitectedUpdate an existing workload.
updateWorkload in interface AWSWellArchitectedrequest - Input to update a workload.public UpdateWorkloadShareResult updateWorkloadShare(UpdateWorkloadShareRequest request)
AWSWellArchitectedUpdate a workload share.
updateWorkloadShare in interface AWSWellArchitectedrequest - Input for Update Workload Sharepublic UpgradeLensReviewResult upgradeLensReview(UpgradeLensReviewRequest request)
AWSWellArchitectedUpgrade lens review.
upgradeLensReview in interface AWSWellArchitectedpublic void shutdown()
AWSWellArchitectedshutdown in interface AWSWellArchitectedpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSWellArchitectedResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSWellArchitectedrequest - The originally executed request.