@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 Well-Architected Tool API Reference. The WA Tool API provides programmatic access to the Well-Architected Tool in the Amazon Web Services Management Console. For information about the Well-Architected Tool, see the Well-Architected Tool User Guide.
ENDPOINT_PREFIX
associateLenses, createLensShare, createLensVersion, createMilestone, createWorkload, createWorkloadShare, deleteLens, deleteLensShare, deleteWorkload, deleteWorkloadShare, disassociateLenses, exportLens, getAnswer, getCachedResponseMetadata, getLens, getLensReview, getLensReviewReport, getLensVersionDifference, getMilestone, getWorkload, importLens, listAnswers, listLenses, listLensReviewImprovements, listLensReviews, listLensShares, 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.
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.
associateLensesRequest
- Input to associate lens reviews.Future<AssociateLensesResult> associateLensesAsync(AssociateLensesRequest associateLensesRequest, AsyncHandler<AssociateLensesRequest,AssociateLensesResult> asyncHandler)
Associate 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.
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<CreateLensShareResult> createLensShareAsync(CreateLensShareRequest createLensShareRequest)
Create 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.
createLensShareRequest
- Future<CreateLensShareResult> createLensShareAsync(CreateLensShareRequest createLensShareRequest, AsyncHandler<CreateLensShareRequest,CreateLensShareResult> asyncHandler)
Create 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.
createLensShareRequest
- 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<CreateLensVersionResult> createLensVersionAsync(CreateLensVersionRequest createLensVersionRequest)
Create 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.
createLensVersionRequest
- Future<CreateLensVersionResult> createLensVersionAsync(CreateLensVersionRequest createLensVersionRequest, AsyncHandler<CreateLensVersionRequest,CreateLensVersionResult> asyncHandler)
Create 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.
createLensVersionRequest
- 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 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.
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 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.
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 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.
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 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.
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<DeleteLensResult> deleteLensAsync(DeleteLensRequest deleteLensRequest)
Delete 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.
deleteLensRequest
- Future<DeleteLensResult> deleteLensAsync(DeleteLensRequest deleteLensRequest, AsyncHandler<DeleteLensRequest,DeleteLensResult> asyncHandler)
Delete 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.
deleteLensRequest
- 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<DeleteLensShareResult> deleteLensShareAsync(DeleteLensShareRequest deleteLensShareRequest)
Delete 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.
deleteLensShareRequest
- Future<DeleteLensShareResult> deleteLensShareAsync(DeleteLensShareRequest deleteLensShareRequest, AsyncHandler<DeleteLensShareRequest,DeleteLensShareResult> asyncHandler)
Delete 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.
deleteLensShareRequest
- 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<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.
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.
disassociateLensesRequest
- Input to disassociate lens reviews.Future<DisassociateLensesResult> disassociateLensesAsync(DisassociateLensesRequest disassociateLensesRequest, AsyncHandler<DisassociateLensesRequest,DisassociateLensesResult> asyncHandler)
Disassociate 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.
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<ExportLensResult> exportLensAsync(ExportLensRequest exportLensRequest)
Export 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.
exportLensRequest
- Future<ExportLensResult> exportLensAsync(ExportLensRequest exportLensRequest, AsyncHandler<ExportLensRequest,ExportLensResult> asyncHandler)
Export 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.
exportLensRequest
- 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 the answer to a specific question in a workload review.
getAnswerRequest
- Input to get answer.Future<GetAnswerResult> getAnswerAsync(GetAnswerRequest getAnswerRequest, AsyncHandler<GetAnswerRequest,GetAnswerResult> asyncHandler)
Get the answer to a specific question in a workload 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<GetLensResult> getLensAsync(GetLensRequest getLensRequest)
Get an existing lens.
getLensRequest
- Future<GetLensResult> getLensAsync(GetLensRequest getLensRequest, AsyncHandler<GetLensRequest,GetLensResult> asyncHandler)
Get an existing lens.
getLensRequest
- 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<ImportLensResult> importLensAsync(ImportLensRequest importLensRequest)
Import 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.
importLensRequest
- Future<ImportLensResult> importLensAsync(ImportLensRequest importLensRequest, AsyncHandler<ImportLensRequest,ImportLensResult> asyncHandler)
Import 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.
importLensRequest
- 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<ListLensSharesResult> listLensSharesAsync(ListLensSharesRequest listLensSharesRequest)
List the lens shares associated with the lens.
listLensSharesRequest
- Future<ListLensSharesResult> listLensSharesAsync(ListLensSharesRequest listLensSharesRequest, AsyncHandler<ListLensSharesRequest,ListLensSharesResult> asyncHandler)
List the lens shares associated with the lens.
listLensSharesRequest
- 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.
To specify multiple tags, use separate tagKeys parameters, for example:
DELETE /tags/WorkloadArn?tagKeys=key1&tagKeys=key2
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Deletes specified tags from a resource.
To specify multiple tags, use separate tagKeys parameters, for example:
DELETE /tags/WorkloadArn?tagKeys=key1&tagKeys=key2
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.