@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSWellArchitectedAsync extends AWSWellArchitected
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSWellArchitectedAsync
instead.
This is the AWS Well-Architected Tool API Reference. The AWS Well-Architected Tool API provides programmatic access to the AWS Well-Architected Tool in the AWS Management Console. For information about the AWS Well-Architected Tool, see the AWS Well-Architected Tool User Guide.
ENDPOINT_PREFIX
associateLenses, createMilestone, createWorkload, createWorkloadShare, deleteWorkload, deleteWorkloadShare, disassociateLenses, getAnswer, getCachedResponseMetadata, getLensReview, getLensReviewReport, getLensVersionDifference, getMilestone, getWorkload, listAnswers, listLenses, listLensReviewImprovements, listLensReviews, listMilestones, listNotifications, listShareInvitations, listTagsForResource, listWorkloads, listWorkloadShares, shutdown, tagResource, untagResource, updateAnswer, updateLensReview, updateShareInvitation, updateWorkload, updateWorkloadShare, upgradeLensReview
Future<AssociateLensesResult> associateLensesAsync(AssociateLensesRequest associateLensesRequest)
Associate a lens to a workload.
associateLensesRequest
- Input to associate lens reviews.Future<AssociateLensesResult> associateLensesAsync(AssociateLensesRequest associateLensesRequest, AsyncHandler<AssociateLensesRequest,AssociateLensesResult> asyncHandler)
Associate a lens to a workload.
associateLensesRequest
- Input to associate lens reviews.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateMilestoneResult> createMilestoneAsync(CreateMilestoneRequest createMilestoneRequest)
Create a milestone for an existing workload.
createMilestoneRequest
- Input for milestone creation.Future<CreateMilestoneResult> createMilestoneAsync(CreateMilestoneRequest createMilestoneRequest, AsyncHandler<CreateMilestoneRequest,CreateMilestoneResult> asyncHandler)
Create a milestone for an existing workload.
createMilestoneRequest
- Input for milestone creation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateWorkloadResult> createWorkloadAsync(CreateWorkloadRequest createWorkloadRequest)
Create a new workload.
The owner of a workload can share the workload with other AWS accounts and IAM users in the same AWS Region. Only the owner of a workload can delete it.
For more information, see Defining a Workload in the AWS Well-Architected Tool User Guide.
createWorkloadRequest
- Input for workload creation.Future<CreateWorkloadResult> createWorkloadAsync(CreateWorkloadRequest createWorkloadRequest, AsyncHandler<CreateWorkloadRequest,CreateWorkloadResult> asyncHandler)
Create a new workload.
The owner of a workload can share the workload with other AWS accounts and IAM users in the same AWS Region. Only the owner of a workload can delete it.
For more information, see Defining a Workload in the AWS Well-Architected Tool User Guide.
createWorkloadRequest
- Input for workload creation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateWorkloadShareResult> createWorkloadShareAsync(CreateWorkloadShareRequest createWorkloadShareRequest)
Create a workload share.
The owner of a workload can share it with other AWS accounts and IAM users in the same AWS Region. Shared access to a workload is not removed until the workload invitation is deleted.
For more information, see Sharing a Workload in the AWS Well-Architected Tool User Guide.
createWorkloadShareRequest
- Input for Create Workload ShareFuture<CreateWorkloadShareResult> createWorkloadShareAsync(CreateWorkloadShareRequest createWorkloadShareRequest, AsyncHandler<CreateWorkloadShareRequest,CreateWorkloadShareResult> asyncHandler)
Create a workload share.
The owner of a workload can share it with other AWS accounts and IAM users in the same AWS Region. Shared access to a workload is not removed until the workload invitation is deleted.
For more information, see Sharing a Workload in the AWS Well-Architected Tool User Guide.
createWorkloadShareRequest
- Input for Create Workload ShareasyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteWorkloadResult> deleteWorkloadAsync(DeleteWorkloadRequest deleteWorkloadRequest)
Delete an existing workload.
deleteWorkloadRequest
- Input for workload deletion.Future<DeleteWorkloadResult> deleteWorkloadAsync(DeleteWorkloadRequest deleteWorkloadRequest, AsyncHandler<DeleteWorkloadRequest,DeleteWorkloadResult> asyncHandler)
Delete an existing workload.
deleteWorkloadRequest
- Input for workload deletion.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteWorkloadShareResult> deleteWorkloadShareAsync(DeleteWorkloadShareRequest deleteWorkloadShareRequest)
Delete a workload share.
deleteWorkloadShareRequest
- Input for Delete Workload ShareFuture<DeleteWorkloadShareResult> deleteWorkloadShareAsync(DeleteWorkloadShareRequest deleteWorkloadShareRequest, AsyncHandler<DeleteWorkloadShareRequest,DeleteWorkloadShareResult> asyncHandler)
Delete a workload share.
deleteWorkloadShareRequest
- Input for Delete Workload ShareasyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateLensesResult> disassociateLensesAsync(DisassociateLensesRequest disassociateLensesRequest)
Disassociate a lens from a workload.
The AWS Well-Architected Framework lens (wellarchitected
) cannot be removed from a workload.
disassociateLensesRequest
- Input to disassociate lens reviews.Future<DisassociateLensesResult> disassociateLensesAsync(DisassociateLensesRequest disassociateLensesRequest, AsyncHandler<DisassociateLensesRequest,DisassociateLensesResult> asyncHandler)
Disassociate a lens from a workload.
The AWS Well-Architected Framework lens (wellarchitected
) cannot be removed from a workload.
disassociateLensesRequest
- Input to disassociate lens reviews.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetAnswerResult> getAnswerAsync(GetAnswerRequest getAnswerRequest)
Get lens review.
getAnswerRequest
- Input to get answer.Future<GetAnswerResult> getAnswerAsync(GetAnswerRequest getAnswerRequest, AsyncHandler<GetAnswerRequest,GetAnswerResult> asyncHandler)
Get lens review.
getAnswerRequest
- Input to get answer.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetLensReviewResult> getLensReviewAsync(GetLensReviewRequest getLensReviewRequest)
Get lens review.
getLensReviewRequest
- Input to get lens review.Future<GetLensReviewResult> getLensReviewAsync(GetLensReviewRequest getLensReviewRequest, AsyncHandler<GetLensReviewRequest,GetLensReviewResult> asyncHandler)
Get lens review.
getLensReviewRequest
- Input to get lens review.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetLensReviewReportResult> getLensReviewReportAsync(GetLensReviewReportRequest getLensReviewReportRequest)
Get lens review report.
getLensReviewReportRequest
- Input to get lens review report.Future<GetLensReviewReportResult> getLensReviewReportAsync(GetLensReviewReportRequest getLensReviewReportRequest, AsyncHandler<GetLensReviewReportRequest,GetLensReviewReportResult> asyncHandler)
Get lens review report.
getLensReviewReportRequest
- Input to get lens review report.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetLensVersionDifferenceResult> getLensVersionDifferenceAsync(GetLensVersionDifferenceRequest getLensVersionDifferenceRequest)
Get lens version differences.
getLensVersionDifferenceRequest
- Future<GetLensVersionDifferenceResult> getLensVersionDifferenceAsync(GetLensVersionDifferenceRequest getLensVersionDifferenceRequest, AsyncHandler<GetLensVersionDifferenceRequest,GetLensVersionDifferenceResult> asyncHandler)
Get lens version differences.
getLensVersionDifferenceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMilestoneResult> getMilestoneAsync(GetMilestoneRequest getMilestoneRequest)
Get a milestone for an existing workload.
getMilestoneRequest
- Input to get a milestone.Future<GetMilestoneResult> getMilestoneAsync(GetMilestoneRequest getMilestoneRequest, AsyncHandler<GetMilestoneRequest,GetMilestoneResult> asyncHandler)
Get a milestone for an existing workload.
getMilestoneRequest
- Input to get a milestone.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetWorkloadResult> getWorkloadAsync(GetWorkloadRequest getWorkloadRequest)
Get an existing workload.
getWorkloadRequest
- Input to get a workload.Future<GetWorkloadResult> getWorkloadAsync(GetWorkloadRequest getWorkloadRequest, AsyncHandler<GetWorkloadRequest,GetWorkloadResult> asyncHandler)
Get an existing workload.
getWorkloadRequest
- Input to get a workload.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListAnswersResult> listAnswersAsync(ListAnswersRequest listAnswersRequest)
List of answers.
listAnswersRequest
- Input to list answers.Future<ListAnswersResult> listAnswersAsync(ListAnswersRequest listAnswersRequest, AsyncHandler<ListAnswersRequest,ListAnswersResult> asyncHandler)
List of answers.
listAnswersRequest
- Input to list answers.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListLensReviewImprovementsResult> listLensReviewImprovementsAsync(ListLensReviewImprovementsRequest listLensReviewImprovementsRequest)
List lens review improvements.
listLensReviewImprovementsRequest
- Input to list lens review improvements.Future<ListLensReviewImprovementsResult> listLensReviewImprovementsAsync(ListLensReviewImprovementsRequest listLensReviewImprovementsRequest, AsyncHandler<ListLensReviewImprovementsRequest,ListLensReviewImprovementsResult> asyncHandler)
List lens review improvements.
listLensReviewImprovementsRequest
- Input to list lens review improvements.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListLensReviewsResult> listLensReviewsAsync(ListLensReviewsRequest listLensReviewsRequest)
List lens reviews.
listLensReviewsRequest
- Input to list lens reviews.Future<ListLensReviewsResult> listLensReviewsAsync(ListLensReviewsRequest listLensReviewsRequest, AsyncHandler<ListLensReviewsRequest,ListLensReviewsResult> asyncHandler)
List lens reviews.
listLensReviewsRequest
- Input to list lens reviews.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListLensesResult> listLensesAsync(ListLensesRequest listLensesRequest)
List the available lenses.
listLensesRequest
- Input to list lenses.Future<ListLensesResult> listLensesAsync(ListLensesRequest listLensesRequest, AsyncHandler<ListLensesRequest,ListLensesResult> asyncHandler)
List the available lenses.
listLensesRequest
- Input to list lenses.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListMilestonesResult> listMilestonesAsync(ListMilestonesRequest listMilestonesRequest)
List all milestones for an existing workload.
listMilestonesRequest
- Input to list all milestones for a workload.Future<ListMilestonesResult> listMilestonesAsync(ListMilestonesRequest listMilestonesRequest, AsyncHandler<ListMilestonesRequest,ListMilestonesResult> asyncHandler)
List all milestones for an existing workload.
listMilestonesRequest
- Input to list all milestones for a workload.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListNotificationsResult> listNotificationsAsync(ListNotificationsRequest listNotificationsRequest)
List lens notifications.
listNotificationsRequest
- Future<ListNotificationsResult> listNotificationsAsync(ListNotificationsRequest listNotificationsRequest, AsyncHandler<ListNotificationsRequest,ListNotificationsResult> asyncHandler)
List lens notifications.
listNotificationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListShareInvitationsResult> listShareInvitationsAsync(ListShareInvitationsRequest listShareInvitationsRequest)
List the workload invitations.
listShareInvitationsRequest
- Input for List Share InvitationsFuture<ListShareInvitationsResult> listShareInvitationsAsync(ListShareInvitationsRequest listShareInvitationsRequest, AsyncHandler<ListShareInvitationsRequest,ListShareInvitationsResult> asyncHandler)
List the workload invitations.
listShareInvitationsRequest
- Input for List Share InvitationsasyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for a resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
List the tags for a resource.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListWorkloadSharesResult> listWorkloadSharesAsync(ListWorkloadSharesRequest listWorkloadSharesRequest)
List the workload shares associated with the workload.
listWorkloadSharesRequest
- Input for List Workload ShareFuture<ListWorkloadSharesResult> listWorkloadSharesAsync(ListWorkloadSharesRequest listWorkloadSharesRequest, AsyncHandler<ListWorkloadSharesRequest,ListWorkloadSharesResult> asyncHandler)
List the workload shares associated with the workload.
listWorkloadSharesRequest
- Input for List Workload ShareasyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListWorkloadsResult> listWorkloadsAsync(ListWorkloadsRequest listWorkloadsRequest)
List workloads. Paginated.
listWorkloadsRequest
- Input to list all workloads.Future<ListWorkloadsResult> listWorkloadsAsync(ListWorkloadsRequest listWorkloadsRequest, AsyncHandler<ListWorkloadsRequest,ListWorkloadsResult> asyncHandler)
List workloads. Paginated.
listWorkloadsRequest
- Input to list all workloads.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds one or more tags to the specified resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds one or more tags to the specified resource.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Deletes specified tags from a resource.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateAnswerResult> updateAnswerAsync(UpdateAnswerRequest updateAnswerRequest)
Update the answer to a specific question in a workload review.
updateAnswerRequest
- Input to update answer.Future<UpdateAnswerResult> updateAnswerAsync(UpdateAnswerRequest updateAnswerRequest, AsyncHandler<UpdateAnswerRequest,UpdateAnswerResult> asyncHandler)
Update the answer to a specific question in a workload review.
updateAnswerRequest
- Input to update answer.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateLensReviewResult> updateLensReviewAsync(UpdateLensReviewRequest updateLensReviewRequest)
Update lens review.
updateLensReviewRequest
- Input for update lens review.Future<UpdateLensReviewResult> updateLensReviewAsync(UpdateLensReviewRequest updateLensReviewRequest, AsyncHandler<UpdateLensReviewRequest,UpdateLensReviewResult> asyncHandler)
Update lens review.
updateLensReviewRequest
- Input for update lens review.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateShareInvitationResult> updateShareInvitationAsync(UpdateShareInvitationRequest updateShareInvitationRequest)
Update a workload invitation.
updateShareInvitationRequest
- Input for Update Share InvitationFuture<UpdateShareInvitationResult> updateShareInvitationAsync(UpdateShareInvitationRequest updateShareInvitationRequest, AsyncHandler<UpdateShareInvitationRequest,UpdateShareInvitationResult> asyncHandler)
Update a workload invitation.
updateShareInvitationRequest
- Input for Update Share InvitationasyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateWorkloadResult> updateWorkloadAsync(UpdateWorkloadRequest updateWorkloadRequest)
Update an existing workload.
updateWorkloadRequest
- Input to update a workload.Future<UpdateWorkloadResult> updateWorkloadAsync(UpdateWorkloadRequest updateWorkloadRequest, AsyncHandler<UpdateWorkloadRequest,UpdateWorkloadResult> asyncHandler)
Update an existing workload.
updateWorkloadRequest
- Input to update a workload.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateWorkloadShareResult> updateWorkloadShareAsync(UpdateWorkloadShareRequest updateWorkloadShareRequest)
Update a workload share.
updateWorkloadShareRequest
- Input for Update Workload ShareFuture<UpdateWorkloadShareResult> updateWorkloadShareAsync(UpdateWorkloadShareRequest updateWorkloadShareRequest, AsyncHandler<UpdateWorkloadShareRequest,UpdateWorkloadShareResult> asyncHandler)
Update a workload share.
updateWorkloadShareRequest
- Input for Update Workload ShareasyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpgradeLensReviewResult> upgradeLensReviewAsync(UpgradeLensReviewRequest upgradeLensReviewRequest)
Upgrade lens review.
upgradeLensReviewRequest
- Future<UpgradeLensReviewResult> upgradeLensReviewAsync(UpgradeLensReviewRequest upgradeLensReviewRequest, AsyncHandler<UpgradeLensReviewRequest,UpgradeLensReviewResult> asyncHandler)
Upgrade lens review.
upgradeLensReviewRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.