@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSAuditManagerAsync extends AWSAuditManager
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
AbstractAWSAuditManagerAsync
instead.
Welcome to the Audit Manager API reference. This guide is for developers who need detailed information about the Audit Manager API operations, data types, and errors.
Audit Manager is a service that provides automated evidence collection so that you can continually audit your Amazon Web Services usage. You can use it to assess the effectiveness of your controls, manage risk, and simplify compliance.
Audit Manager provides prebuilt frameworks that structure and automate assessments for a given compliance standard. Frameworks include a prebuilt collection of controls with descriptions and testing procedures. These controls are grouped according to the requirements of the specified compliance standard or regulation. You can also customize frameworks and controls to support internal audits with specific requirements.
Use the following links to get started with the Audit Manager API:
Actions: An alphabetical list of all Audit Manager API operations.
Data types: An alphabetical list of all Audit Manager data types.
Common parameters: Parameters that all operations can use.
Common errors: Client and server errors that all operations can return.
If you're new to Audit Manager, we recommend that you review the Audit Manager User Guide.
ENDPOINT_PREFIX
associateAssessmentReportEvidenceFolder, batchAssociateAssessmentReportEvidence, batchCreateDelegationByAssessment, batchDeleteDelegationByAssessment, batchDisassociateAssessmentReportEvidence, batchImportEvidenceToAssessmentControl, createAssessment, createAssessmentFramework, createAssessmentReport, createControl, deleteAssessment, deleteAssessmentFramework, deleteAssessmentFrameworkShare, deleteAssessmentReport, deleteControl, deregisterAccount, deregisterOrganizationAdminAccount, disassociateAssessmentReportEvidenceFolder, getAccountStatus, getAssessment, getAssessmentFramework, getAssessmentReportUrl, getCachedResponseMetadata, getChangeLogs, getControl, getDelegations, getEvidence, getEvidenceByEvidenceFolder, getEvidenceFileUploadUrl, getEvidenceFolder, getEvidenceFoldersByAssessment, getEvidenceFoldersByAssessmentControl, getInsights, getInsightsByAssessment, getOrganizationAdminAccount, getServicesInScope, getSettings, listAssessmentControlInsightsByControlDomain, listAssessmentFrameworks, listAssessmentFrameworkShareRequests, listAssessmentReports, listAssessments, listControlDomainInsights, listControlDomainInsightsByAssessment, listControlInsightsByControlDomain, listControls, listKeywordsForDataSource, listNotifications, listTagsForResource, registerAccount, registerOrganizationAdminAccount, shutdown, startAssessmentFrameworkShare, tagResource, untagResource, updateAssessment, updateAssessmentControl, updateAssessmentControlSetStatus, updateAssessmentFramework, updateAssessmentFrameworkShare, updateAssessmentStatus, updateControl, updateSettings, validateAssessmentReportIntegrity
Future<AssociateAssessmentReportEvidenceFolderResult> associateAssessmentReportEvidenceFolderAsync(AssociateAssessmentReportEvidenceFolderRequest associateAssessmentReportEvidenceFolderRequest)
Associates an evidence folder to an assessment report in an Audit Manager assessment.
associateAssessmentReportEvidenceFolderRequest
- Future<AssociateAssessmentReportEvidenceFolderResult> associateAssessmentReportEvidenceFolderAsync(AssociateAssessmentReportEvidenceFolderRequest associateAssessmentReportEvidenceFolderRequest, AsyncHandler<AssociateAssessmentReportEvidenceFolderRequest,AssociateAssessmentReportEvidenceFolderResult> asyncHandler)
Associates an evidence folder to an assessment report in an Audit Manager assessment.
associateAssessmentReportEvidenceFolderRequest
- 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<BatchAssociateAssessmentReportEvidenceResult> batchAssociateAssessmentReportEvidenceAsync(BatchAssociateAssessmentReportEvidenceRequest batchAssociateAssessmentReportEvidenceRequest)
Associates a list of evidence to an assessment report in an Audit Manager assessment.
batchAssociateAssessmentReportEvidenceRequest
- Future<BatchAssociateAssessmentReportEvidenceResult> batchAssociateAssessmentReportEvidenceAsync(BatchAssociateAssessmentReportEvidenceRequest batchAssociateAssessmentReportEvidenceRequest, AsyncHandler<BatchAssociateAssessmentReportEvidenceRequest,BatchAssociateAssessmentReportEvidenceResult> asyncHandler)
Associates a list of evidence to an assessment report in an Audit Manager assessment.
batchAssociateAssessmentReportEvidenceRequest
- 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<BatchCreateDelegationByAssessmentResult> batchCreateDelegationByAssessmentAsync(BatchCreateDelegationByAssessmentRequest batchCreateDelegationByAssessmentRequest)
Creates a batch of delegations for an assessment in Audit Manager.
batchCreateDelegationByAssessmentRequest
- Future<BatchCreateDelegationByAssessmentResult> batchCreateDelegationByAssessmentAsync(BatchCreateDelegationByAssessmentRequest batchCreateDelegationByAssessmentRequest, AsyncHandler<BatchCreateDelegationByAssessmentRequest,BatchCreateDelegationByAssessmentResult> asyncHandler)
Creates a batch of delegations for an assessment in Audit Manager.
batchCreateDelegationByAssessmentRequest
- 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<BatchDeleteDelegationByAssessmentResult> batchDeleteDelegationByAssessmentAsync(BatchDeleteDelegationByAssessmentRequest batchDeleteDelegationByAssessmentRequest)
Deletes a batch of delegations for an assessment in Audit Manager.
batchDeleteDelegationByAssessmentRequest
- Future<BatchDeleteDelegationByAssessmentResult> batchDeleteDelegationByAssessmentAsync(BatchDeleteDelegationByAssessmentRequest batchDeleteDelegationByAssessmentRequest, AsyncHandler<BatchDeleteDelegationByAssessmentRequest,BatchDeleteDelegationByAssessmentResult> asyncHandler)
Deletes a batch of delegations for an assessment in Audit Manager.
batchDeleteDelegationByAssessmentRequest
- 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<BatchDisassociateAssessmentReportEvidenceResult> batchDisassociateAssessmentReportEvidenceAsync(BatchDisassociateAssessmentReportEvidenceRequest batchDisassociateAssessmentReportEvidenceRequest)
Disassociates a list of evidence from an assessment report in Audit Manager.
batchDisassociateAssessmentReportEvidenceRequest
- Future<BatchDisassociateAssessmentReportEvidenceResult> batchDisassociateAssessmentReportEvidenceAsync(BatchDisassociateAssessmentReportEvidenceRequest batchDisassociateAssessmentReportEvidenceRequest, AsyncHandler<BatchDisassociateAssessmentReportEvidenceRequest,BatchDisassociateAssessmentReportEvidenceResult> asyncHandler)
Disassociates a list of evidence from an assessment report in Audit Manager.
batchDisassociateAssessmentReportEvidenceRequest
- 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<BatchImportEvidenceToAssessmentControlResult> batchImportEvidenceToAssessmentControlAsync(BatchImportEvidenceToAssessmentControlRequest batchImportEvidenceToAssessmentControlRequest)
Adds one or more pieces of evidence to a control in an Audit Manager assessment.
You can import manual evidence from any S3 bucket by specifying the S3 URI of the object. You can also upload a file from your browser, or enter plain text in response to a risk assessment question.
The following restrictions apply to this action:
manualEvidence
can be only one of the following: evidenceFileName
,
s3ResourcePath
, or textResponse
Maximum size of an individual evidence file: 100 MB
Number of daily manual evidence uploads per control: 100
Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide
For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.
batchImportEvidenceToAssessmentControlRequest
- Future<BatchImportEvidenceToAssessmentControlResult> batchImportEvidenceToAssessmentControlAsync(BatchImportEvidenceToAssessmentControlRequest batchImportEvidenceToAssessmentControlRequest, AsyncHandler<BatchImportEvidenceToAssessmentControlRequest,BatchImportEvidenceToAssessmentControlResult> asyncHandler)
Adds one or more pieces of evidence to a control in an Audit Manager assessment.
You can import manual evidence from any S3 bucket by specifying the S3 URI of the object. You can also upload a file from your browser, or enter plain text in response to a risk assessment question.
The following restrictions apply to this action:
manualEvidence
can be only one of the following: evidenceFileName
,
s3ResourcePath
, or textResponse
Maximum size of an individual evidence file: 100 MB
Number of daily manual evidence uploads per control: 100
Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide
For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.
batchImportEvidenceToAssessmentControlRequest
- 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<CreateAssessmentResult> createAssessmentAsync(CreateAssessmentRequest createAssessmentRequest)
Creates an assessment in Audit Manager.
createAssessmentRequest
- Future<CreateAssessmentResult> createAssessmentAsync(CreateAssessmentRequest createAssessmentRequest, AsyncHandler<CreateAssessmentRequest,CreateAssessmentResult> asyncHandler)
Creates an assessment in Audit Manager.
createAssessmentRequest
- 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<CreateAssessmentFrameworkResult> createAssessmentFrameworkAsync(CreateAssessmentFrameworkRequest createAssessmentFrameworkRequest)
Creates a custom framework in Audit Manager.
createAssessmentFrameworkRequest
- Future<CreateAssessmentFrameworkResult> createAssessmentFrameworkAsync(CreateAssessmentFrameworkRequest createAssessmentFrameworkRequest, AsyncHandler<CreateAssessmentFrameworkRequest,CreateAssessmentFrameworkResult> asyncHandler)
Creates a custom framework in Audit Manager.
createAssessmentFrameworkRequest
- 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<CreateAssessmentReportResult> createAssessmentReportAsync(CreateAssessmentReportRequest createAssessmentReportRequest)
Creates an assessment report for the specified assessment.
createAssessmentReportRequest
- Future<CreateAssessmentReportResult> createAssessmentReportAsync(CreateAssessmentReportRequest createAssessmentReportRequest, AsyncHandler<CreateAssessmentReportRequest,CreateAssessmentReportResult> asyncHandler)
Creates an assessment report for the specified assessment.
createAssessmentReportRequest
- 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<CreateControlResult> createControlAsync(CreateControlRequest createControlRequest)
Creates a new custom control in Audit Manager.
createControlRequest
- Future<CreateControlResult> createControlAsync(CreateControlRequest createControlRequest, AsyncHandler<CreateControlRequest,CreateControlResult> asyncHandler)
Creates a new custom control in Audit Manager.
createControlRequest
- 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<DeleteAssessmentResult> deleteAssessmentAsync(DeleteAssessmentRequest deleteAssessmentRequest)
Deletes an assessment in Audit Manager.
deleteAssessmentRequest
- Future<DeleteAssessmentResult> deleteAssessmentAsync(DeleteAssessmentRequest deleteAssessmentRequest, AsyncHandler<DeleteAssessmentRequest,DeleteAssessmentResult> asyncHandler)
Deletes an assessment in Audit Manager.
deleteAssessmentRequest
- 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<DeleteAssessmentFrameworkResult> deleteAssessmentFrameworkAsync(DeleteAssessmentFrameworkRequest deleteAssessmentFrameworkRequest)
Deletes a custom framework in Audit Manager.
deleteAssessmentFrameworkRequest
- Future<DeleteAssessmentFrameworkResult> deleteAssessmentFrameworkAsync(DeleteAssessmentFrameworkRequest deleteAssessmentFrameworkRequest, AsyncHandler<DeleteAssessmentFrameworkRequest,DeleteAssessmentFrameworkResult> asyncHandler)
Deletes a custom framework in Audit Manager.
deleteAssessmentFrameworkRequest
- 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<DeleteAssessmentFrameworkShareResult> deleteAssessmentFrameworkShareAsync(DeleteAssessmentFrameworkShareRequest deleteAssessmentFrameworkShareRequest)
Deletes a share request for a custom framework in Audit Manager.
deleteAssessmentFrameworkShareRequest
- Future<DeleteAssessmentFrameworkShareResult> deleteAssessmentFrameworkShareAsync(DeleteAssessmentFrameworkShareRequest deleteAssessmentFrameworkShareRequest, AsyncHandler<DeleteAssessmentFrameworkShareRequest,DeleteAssessmentFrameworkShareResult> asyncHandler)
Deletes a share request for a custom framework in Audit Manager.
deleteAssessmentFrameworkShareRequest
- 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<DeleteAssessmentReportResult> deleteAssessmentReportAsync(DeleteAssessmentReportRequest deleteAssessmentReportRequest)
Deletes an assessment report in Audit Manager.
When you run the DeleteAssessmentReport
operation, Audit Manager attempts to delete the following
data:
The specified assessment report that’s stored in your S3 bucket
The associated metadata that’s stored in Audit Manager
If Audit Manager can’t access the assessment report in your S3 bucket, the report isn’t deleted. In this event,
the DeleteAssessmentReport
operation doesn’t fail. Instead, it proceeds to delete the associated
metadata only. You must then delete the assessment report from the S3 bucket yourself.
This scenario happens when Audit Manager receives a 403 (Forbidden)
or 404 (Not Found)
error from Amazon S3. To avoid this, make sure that your S3 bucket is available, and that you configured the
correct permissions for Audit Manager to delete resources in your S3 bucket. For an example permissions policy
that you can use, see Assessment report destination permissions in the Audit Manager User Guide. For information about the
issues that could cause a 403 (Forbidden)
or 404 (Not Found
) error from Amazon S3, see
List of Error
Codes in the Amazon Simple Storage Service API Reference.
deleteAssessmentReportRequest
- Future<DeleteAssessmentReportResult> deleteAssessmentReportAsync(DeleteAssessmentReportRequest deleteAssessmentReportRequest, AsyncHandler<DeleteAssessmentReportRequest,DeleteAssessmentReportResult> asyncHandler)
Deletes an assessment report in Audit Manager.
When you run the DeleteAssessmentReport
operation, Audit Manager attempts to delete the following
data:
The specified assessment report that’s stored in your S3 bucket
The associated metadata that’s stored in Audit Manager
If Audit Manager can’t access the assessment report in your S3 bucket, the report isn’t deleted. In this event,
the DeleteAssessmentReport
operation doesn’t fail. Instead, it proceeds to delete the associated
metadata only. You must then delete the assessment report from the S3 bucket yourself.
This scenario happens when Audit Manager receives a 403 (Forbidden)
or 404 (Not Found)
error from Amazon S3. To avoid this, make sure that your S3 bucket is available, and that you configured the
correct permissions for Audit Manager to delete resources in your S3 bucket. For an example permissions policy
that you can use, see Assessment report destination permissions in the Audit Manager User Guide. For information about the
issues that could cause a 403 (Forbidden)
or 404 (Not Found
) error from Amazon S3, see
List of Error
Codes in the Amazon Simple Storage Service API Reference.
deleteAssessmentReportRequest
- 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<DeleteControlResult> deleteControlAsync(DeleteControlRequest deleteControlRequest)
Deletes a custom control in Audit Manager.
When you invoke this operation, the custom control is deleted from any frameworks or assessments that it’s currently part of. As a result, Audit Manager will stop collecting evidence for that custom control in all of your assessments. This includes assessments that you previously created before you deleted the custom control.
deleteControlRequest
- Future<DeleteControlResult> deleteControlAsync(DeleteControlRequest deleteControlRequest, AsyncHandler<DeleteControlRequest,DeleteControlResult> asyncHandler)
Deletes a custom control in Audit Manager.
When you invoke this operation, the custom control is deleted from any frameworks or assessments that it’s currently part of. As a result, Audit Manager will stop collecting evidence for that custom control in all of your assessments. This includes assessments that you previously created before you deleted the custom control.
deleteControlRequest
- 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<DeregisterAccountResult> deregisterAccountAsync(DeregisterAccountRequest deregisterAccountRequest)
Deregisters an account in Audit Manager.
Before you deregister, you can use the UpdateSettings
API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you
want to delete your data, you can use the DeregistrationPolicy
attribute to request the deletion of
your data.
For more information about data retention, see Data Protection in the Audit Manager User Guide.
deregisterAccountRequest
- Future<DeregisterAccountResult> deregisterAccountAsync(DeregisterAccountRequest deregisterAccountRequest, AsyncHandler<DeregisterAccountRequest,DeregisterAccountResult> asyncHandler)
Deregisters an account in Audit Manager.
Before you deregister, you can use the UpdateSettings
API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you
want to delete your data, you can use the DeregistrationPolicy
attribute to request the deletion of
your data.
For more information about data retention, see Data Protection in the Audit Manager User Guide.
deregisterAccountRequest
- 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<DeregisterOrganizationAdminAccountResult> deregisterOrganizationAdminAccountAsync(DeregisterOrganizationAdminAccountRequest deregisterOrganizationAdminAccountRequest)
Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager.
When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager stops collecting and attaching evidence to that delegated administrator account moving forward.
Keep in mind the following cleanup task if you use evidence finder:
Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store.
This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager ignores an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it.
When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager.
To delete your Audit Manager resource data, see the following instructions:
DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide)
DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide)
DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide)
DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide)
DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide)
At this time, Audit Manager doesn't provide an option to delete evidence for a specific delegated administrator. Instead, when your management account deregisters Audit Manager, we perform a cleanup for the current delegated administrator account at the time of deregistration.
deregisterOrganizationAdminAccountRequest
- Future<DeregisterOrganizationAdminAccountResult> deregisterOrganizationAdminAccountAsync(DeregisterOrganizationAdminAccountRequest deregisterOrganizationAdminAccountRequest, AsyncHandler<DeregisterOrganizationAdminAccountRequest,DeregisterOrganizationAdminAccountResult> asyncHandler)
Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager.
When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager stops collecting and attaching evidence to that delegated administrator account moving forward.
Keep in mind the following cleanup task if you use evidence finder:
Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store.
This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager ignores an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it.
When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager.
To delete your Audit Manager resource data, see the following instructions:
DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide)
DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide)
DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide)
DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide)
DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide)
At this time, Audit Manager doesn't provide an option to delete evidence for a specific delegated administrator. Instead, when your management account deregisters Audit Manager, we perform a cleanup for the current delegated administrator account at the time of deregistration.
deregisterOrganizationAdminAccountRequest
- 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<DisassociateAssessmentReportEvidenceFolderResult> disassociateAssessmentReportEvidenceFolderAsync(DisassociateAssessmentReportEvidenceFolderRequest disassociateAssessmentReportEvidenceFolderRequest)
Disassociates an evidence folder from the specified assessment report in Audit Manager.
disassociateAssessmentReportEvidenceFolderRequest
- Future<DisassociateAssessmentReportEvidenceFolderResult> disassociateAssessmentReportEvidenceFolderAsync(DisassociateAssessmentReportEvidenceFolderRequest disassociateAssessmentReportEvidenceFolderRequest, AsyncHandler<DisassociateAssessmentReportEvidenceFolderRequest,DisassociateAssessmentReportEvidenceFolderResult> asyncHandler)
Disassociates an evidence folder from the specified assessment report in Audit Manager.
disassociateAssessmentReportEvidenceFolderRequest
- 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<GetAccountStatusResult> getAccountStatusAsync(GetAccountStatusRequest getAccountStatusRequest)
Gets the registration status of an account in Audit Manager.
getAccountStatusRequest
- Future<GetAccountStatusResult> getAccountStatusAsync(GetAccountStatusRequest getAccountStatusRequest, AsyncHandler<GetAccountStatusRequest,GetAccountStatusResult> asyncHandler)
Gets the registration status of an account in Audit Manager.
getAccountStatusRequest
- 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<GetAssessmentResult> getAssessmentAsync(GetAssessmentRequest getAssessmentRequest)
Gets information about a specified assessment.
getAssessmentRequest
- Future<GetAssessmentResult> getAssessmentAsync(GetAssessmentRequest getAssessmentRequest, AsyncHandler<GetAssessmentRequest,GetAssessmentResult> asyncHandler)
Gets information about a specified assessment.
getAssessmentRequest
- 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<GetAssessmentFrameworkResult> getAssessmentFrameworkAsync(GetAssessmentFrameworkRequest getAssessmentFrameworkRequest)
Gets information about a specified framework.
getAssessmentFrameworkRequest
- Future<GetAssessmentFrameworkResult> getAssessmentFrameworkAsync(GetAssessmentFrameworkRequest getAssessmentFrameworkRequest, AsyncHandler<GetAssessmentFrameworkRequest,GetAssessmentFrameworkResult> asyncHandler)
Gets information about a specified framework.
getAssessmentFrameworkRequest
- 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<GetAssessmentReportUrlResult> getAssessmentReportUrlAsync(GetAssessmentReportUrlRequest getAssessmentReportUrlRequest)
Gets the URL of an assessment report in Audit Manager.
getAssessmentReportUrlRequest
- Future<GetAssessmentReportUrlResult> getAssessmentReportUrlAsync(GetAssessmentReportUrlRequest getAssessmentReportUrlRequest, AsyncHandler<GetAssessmentReportUrlRequest,GetAssessmentReportUrlResult> asyncHandler)
Gets the URL of an assessment report in Audit Manager.
getAssessmentReportUrlRequest
- 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<GetChangeLogsResult> getChangeLogsAsync(GetChangeLogsRequest getChangeLogsRequest)
Gets a list of changelogs from Audit Manager.
getChangeLogsRequest
- Future<GetChangeLogsResult> getChangeLogsAsync(GetChangeLogsRequest getChangeLogsRequest, AsyncHandler<GetChangeLogsRequest,GetChangeLogsResult> asyncHandler)
Gets a list of changelogs from Audit Manager.
getChangeLogsRequest
- 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<GetControlResult> getControlAsync(GetControlRequest getControlRequest)
Gets information about a specified control.
getControlRequest
- Future<GetControlResult> getControlAsync(GetControlRequest getControlRequest, AsyncHandler<GetControlRequest,GetControlResult> asyncHandler)
Gets information about a specified control.
getControlRequest
- 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<GetDelegationsResult> getDelegationsAsync(GetDelegationsRequest getDelegationsRequest)
Gets a list of delegations from an audit owner to a delegate.
getDelegationsRequest
- Future<GetDelegationsResult> getDelegationsAsync(GetDelegationsRequest getDelegationsRequest, AsyncHandler<GetDelegationsRequest,GetDelegationsResult> asyncHandler)
Gets a list of delegations from an audit owner to a delegate.
getDelegationsRequest
- 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<GetEvidenceResult> getEvidenceAsync(GetEvidenceRequest getEvidenceRequest)
Gets information about a specified evidence item.
getEvidenceRequest
- Future<GetEvidenceResult> getEvidenceAsync(GetEvidenceRequest getEvidenceRequest, AsyncHandler<GetEvidenceRequest,GetEvidenceResult> asyncHandler)
Gets information about a specified evidence item.
getEvidenceRequest
- 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<GetEvidenceByEvidenceFolderResult> getEvidenceByEvidenceFolderAsync(GetEvidenceByEvidenceFolderRequest getEvidenceByEvidenceFolderRequest)
Gets all evidence from a specified evidence folder in Audit Manager.
getEvidenceByEvidenceFolderRequest
- Future<GetEvidenceByEvidenceFolderResult> getEvidenceByEvidenceFolderAsync(GetEvidenceByEvidenceFolderRequest getEvidenceByEvidenceFolderRequest, AsyncHandler<GetEvidenceByEvidenceFolderRequest,GetEvidenceByEvidenceFolderResult> asyncHandler)
Gets all evidence from a specified evidence folder in Audit Manager.
getEvidenceByEvidenceFolderRequest
- 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<GetEvidenceFileUploadUrlResult> getEvidenceFileUploadUrlAsync(GetEvidenceFileUploadUrlRequest getEvidenceFileUploadUrlRequest)
Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence. For instructions on how to use this operation, see Upload a file from your browser in the Audit Manager User Guide.
The following restrictions apply to this operation:
Maximum size of an individual evidence file: 100 MB
Number of daily manual evidence uploads per control: 100
Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide
For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.
getEvidenceFileUploadUrlRequest
- Future<GetEvidenceFileUploadUrlResult> getEvidenceFileUploadUrlAsync(GetEvidenceFileUploadUrlRequest getEvidenceFileUploadUrlRequest, AsyncHandler<GetEvidenceFileUploadUrlRequest,GetEvidenceFileUploadUrlResult> asyncHandler)
Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence. For instructions on how to use this operation, see Upload a file from your browser in the Audit Manager User Guide.
The following restrictions apply to this operation:
Maximum size of an individual evidence file: 100 MB
Number of daily manual evidence uploads per control: 100
Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide
For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.
getEvidenceFileUploadUrlRequest
- 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<GetEvidenceFolderResult> getEvidenceFolderAsync(GetEvidenceFolderRequest getEvidenceFolderRequest)
Gets an evidence folder from a specified assessment in Audit Manager.
getEvidenceFolderRequest
- Future<GetEvidenceFolderResult> getEvidenceFolderAsync(GetEvidenceFolderRequest getEvidenceFolderRequest, AsyncHandler<GetEvidenceFolderRequest,GetEvidenceFolderResult> asyncHandler)
Gets an evidence folder from a specified assessment in Audit Manager.
getEvidenceFolderRequest
- 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<GetEvidenceFoldersByAssessmentResult> getEvidenceFoldersByAssessmentAsync(GetEvidenceFoldersByAssessmentRequest getEvidenceFoldersByAssessmentRequest)
Gets the evidence folders from a specified assessment in Audit Manager.
getEvidenceFoldersByAssessmentRequest
- Future<GetEvidenceFoldersByAssessmentResult> getEvidenceFoldersByAssessmentAsync(GetEvidenceFoldersByAssessmentRequest getEvidenceFoldersByAssessmentRequest, AsyncHandler<GetEvidenceFoldersByAssessmentRequest,GetEvidenceFoldersByAssessmentResult> asyncHandler)
Gets the evidence folders from a specified assessment in Audit Manager.
getEvidenceFoldersByAssessmentRequest
- 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<GetEvidenceFoldersByAssessmentControlResult> getEvidenceFoldersByAssessmentControlAsync(GetEvidenceFoldersByAssessmentControlRequest getEvidenceFoldersByAssessmentControlRequest)
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
getEvidenceFoldersByAssessmentControlRequest
- Future<GetEvidenceFoldersByAssessmentControlResult> getEvidenceFoldersByAssessmentControlAsync(GetEvidenceFoldersByAssessmentControlRequest getEvidenceFoldersByAssessmentControlRequest, AsyncHandler<GetEvidenceFoldersByAssessmentControlRequest,GetEvidenceFoldersByAssessmentControlResult> asyncHandler)
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
getEvidenceFoldersByAssessmentControlRequest
- 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<GetInsightsResult> getInsightsAsync(GetInsightsRequest getInsightsRequest)
Gets the latest analytics data for all your current active assessments.
getInsightsRequest
- Future<GetInsightsResult> getInsightsAsync(GetInsightsRequest getInsightsRequest, AsyncHandler<GetInsightsRequest,GetInsightsResult> asyncHandler)
Gets the latest analytics data for all your current active assessments.
getInsightsRequest
- 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<GetInsightsByAssessmentResult> getInsightsByAssessmentAsync(GetInsightsByAssessmentRequest getInsightsByAssessmentRequest)
Gets the latest analytics data for a specific active assessment.
getInsightsByAssessmentRequest
- Future<GetInsightsByAssessmentResult> getInsightsByAssessmentAsync(GetInsightsByAssessmentRequest getInsightsByAssessmentRequest, AsyncHandler<GetInsightsByAssessmentRequest,GetInsightsByAssessmentResult> asyncHandler)
Gets the latest analytics data for a specific active assessment.
getInsightsByAssessmentRequest
- 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<GetOrganizationAdminAccountResult> getOrganizationAdminAccountAsync(GetOrganizationAdminAccountRequest getOrganizationAdminAccountRequest)
Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
getOrganizationAdminAccountRequest
- Future<GetOrganizationAdminAccountResult> getOrganizationAdminAccountAsync(GetOrganizationAdminAccountRequest getOrganizationAdminAccountRequest, AsyncHandler<GetOrganizationAdminAccountRequest,GetOrganizationAdminAccountResult> asyncHandler)
Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
getOrganizationAdminAccountRequest
- 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<GetServicesInScopeResult> getServicesInScopeAsync(GetServicesInScopeRequest getServicesInScopeRequest)
Gets a list of the Amazon Web Services from which Audit Manager can collect evidence.
Audit Manager defines which Amazon Web Services are in scope for an assessment. Audit Manager infers this scope by examining the assessment’s controls and their data sources, and then mapping this information to one or more of the corresponding Amazon Web Services that are in this list.
For information about why it's no longer possible to specify services in scope manually, see I can't edit the services in scope for my assessment in the Troubleshooting section of the Audit Manager user guide.
getServicesInScopeRequest
- Future<GetServicesInScopeResult> getServicesInScopeAsync(GetServicesInScopeRequest getServicesInScopeRequest, AsyncHandler<GetServicesInScopeRequest,GetServicesInScopeResult> asyncHandler)
Gets a list of the Amazon Web Services from which Audit Manager can collect evidence.
Audit Manager defines which Amazon Web Services are in scope for an assessment. Audit Manager infers this scope by examining the assessment’s controls and their data sources, and then mapping this information to one or more of the corresponding Amazon Web Services that are in this list.
For information about why it's no longer possible to specify services in scope manually, see I can't edit the services in scope for my assessment in the Troubleshooting section of the Audit Manager user guide.
getServicesInScopeRequest
- 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<GetSettingsResult> getSettingsAsync(GetSettingsRequest getSettingsRequest)
Gets the settings for a specified Amazon Web Services account.
getSettingsRequest
- Future<GetSettingsResult> getSettingsAsync(GetSettingsRequest getSettingsRequest, AsyncHandler<GetSettingsRequest,GetSettingsResult> asyncHandler)
Gets the settings for a specified Amazon Web Services account.
getSettingsRequest
- 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<ListAssessmentControlInsightsByControlDomainResult> listAssessmentControlInsightsByControlDomainAsync(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain and a specific active assessment.
Control insights are listed only if the control belongs to the control domain and assessment that was specified.
Moreover, the control must have collected evidence on the lastUpdated
date of
controlInsightsByAssessment
. If neither of these conditions are met, no data is listed for that
control.
listAssessmentControlInsightsByControlDomainRequest
- Future<ListAssessmentControlInsightsByControlDomainResult> listAssessmentControlInsightsByControlDomainAsync(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest, AsyncHandler<ListAssessmentControlInsightsByControlDomainRequest,ListAssessmentControlInsightsByControlDomainResult> asyncHandler)
Lists the latest analytics data for controls within a specific control domain and a specific active assessment.
Control insights are listed only if the control belongs to the control domain and assessment that was specified.
Moreover, the control must have collected evidence on the lastUpdated
date of
controlInsightsByAssessment
. If neither of these conditions are met, no data is listed for that
control.
listAssessmentControlInsightsByControlDomainRequest
- 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<ListAssessmentFrameworkShareRequestsResult> listAssessmentFrameworkShareRequestsAsync(ListAssessmentFrameworkShareRequestsRequest listAssessmentFrameworkShareRequestsRequest)
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
listAssessmentFrameworkShareRequestsRequest
- Future<ListAssessmentFrameworkShareRequestsResult> listAssessmentFrameworkShareRequestsAsync(ListAssessmentFrameworkShareRequestsRequest listAssessmentFrameworkShareRequestsRequest, AsyncHandler<ListAssessmentFrameworkShareRequestsRequest,ListAssessmentFrameworkShareRequestsResult> asyncHandler)
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
listAssessmentFrameworkShareRequestsRequest
- 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<ListAssessmentFrameworksResult> listAssessmentFrameworksAsync(ListAssessmentFrameworksRequest listAssessmentFrameworksRequest)
Returns a list of the frameworks that are available in the Audit Manager framework library.
listAssessmentFrameworksRequest
- Future<ListAssessmentFrameworksResult> listAssessmentFrameworksAsync(ListAssessmentFrameworksRequest listAssessmentFrameworksRequest, AsyncHandler<ListAssessmentFrameworksRequest,ListAssessmentFrameworksResult> asyncHandler)
Returns a list of the frameworks that are available in the Audit Manager framework library.
listAssessmentFrameworksRequest
- 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<ListAssessmentReportsResult> listAssessmentReportsAsync(ListAssessmentReportsRequest listAssessmentReportsRequest)
Returns a list of assessment reports created in Audit Manager.
listAssessmentReportsRequest
- Future<ListAssessmentReportsResult> listAssessmentReportsAsync(ListAssessmentReportsRequest listAssessmentReportsRequest, AsyncHandler<ListAssessmentReportsRequest,ListAssessmentReportsResult> asyncHandler)
Returns a list of assessment reports created in Audit Manager.
listAssessmentReportsRequest
- 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<ListAssessmentsResult> listAssessmentsAsync(ListAssessmentsRequest listAssessmentsRequest)
Returns a list of current and past assessments from Audit Manager.
listAssessmentsRequest
- Future<ListAssessmentsResult> listAssessmentsAsync(ListAssessmentsRequest listAssessmentsRequest, AsyncHandler<ListAssessmentsRequest,ListAssessmentsResult> asyncHandler)
Returns a list of current and past assessments from Audit Manager.
listAssessmentsRequest
- 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<ListControlDomainInsightsResult> listControlDomainInsightsAsync(ListControlDomainInsightsRequest listControlDomainInsightsRequest)
Lists the latest analytics data for control domains across all of your active assessments.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
A control domain is listed only if at least one of the controls within that domain collected evidence on the
lastUpdated
date of controlDomainInsights
. If this condition isn’t met, no data is
listed for that control domain.
listControlDomainInsightsRequest
- Future<ListControlDomainInsightsResult> listControlDomainInsightsAsync(ListControlDomainInsightsRequest listControlDomainInsightsRequest, AsyncHandler<ListControlDomainInsightsRequest,ListControlDomainInsightsResult> asyncHandler)
Lists the latest analytics data for control domains across all of your active assessments.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
A control domain is listed only if at least one of the controls within that domain collected evidence on the
lastUpdated
date of controlDomainInsights
. If this condition isn’t met, no data is
listed for that control domain.
listControlDomainInsightsRequest
- 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<ListControlDomainInsightsByAssessmentResult> listControlDomainInsightsByAssessmentAsync(ListControlDomainInsightsByAssessmentRequest listControlDomainInsightsByAssessmentRequest)
Lists analytics data for control domains within a specified active assessment.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
A control domain is listed only if at least one of the controls within that domain collected evidence on the
lastUpdated
date of controlDomainInsights
. If this condition isn’t met, no data is
listed for that domain.
listControlDomainInsightsByAssessmentRequest
- Future<ListControlDomainInsightsByAssessmentResult> listControlDomainInsightsByAssessmentAsync(ListControlDomainInsightsByAssessmentRequest listControlDomainInsightsByAssessmentRequest, AsyncHandler<ListControlDomainInsightsByAssessmentRequest,ListControlDomainInsightsByAssessmentResult> asyncHandler)
Lists analytics data for control domains within a specified active assessment.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
A control domain is listed only if at least one of the controls within that domain collected evidence on the
lastUpdated
date of controlDomainInsights
. If this condition isn’t met, no data is
listed for that domain.
listControlDomainInsightsByAssessmentRequest
- 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<ListControlInsightsByControlDomainResult> listControlInsightsByControlDomainAsync(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
Control insights are listed only if the control belongs to the control domain that was specified and the control
collected evidence on the lastUpdated
date of controlInsightsMetadata
. If neither of
these conditions are met, no data is listed for that control.
listControlInsightsByControlDomainRequest
- Future<ListControlInsightsByControlDomainResult> listControlInsightsByControlDomainAsync(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest, AsyncHandler<ListControlInsightsByControlDomainRequest,ListControlInsightsByControlDomainResult> asyncHandler)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
Control insights are listed only if the control belongs to the control domain that was specified and the control
collected evidence on the lastUpdated
date of controlInsightsMetadata
. If neither of
these conditions are met, no data is listed for that control.
listControlInsightsByControlDomainRequest
- 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<ListControlsResult> listControlsAsync(ListControlsRequest listControlsRequest)
Returns a list of controls from Audit Manager.
listControlsRequest
- Future<ListControlsResult> listControlsAsync(ListControlsRequest listControlsRequest, AsyncHandler<ListControlsRequest,ListControlsResult> asyncHandler)
Returns a list of controls from Audit Manager.
listControlsRequest
- 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<ListKeywordsForDataSourceResult> listKeywordsForDataSourceAsync(ListKeywordsForDataSourceRequest listKeywordsForDataSourceRequest)
Returns a list of keywords that are pre-mapped to the specified control data source.
listKeywordsForDataSourceRequest
- Future<ListKeywordsForDataSourceResult> listKeywordsForDataSourceAsync(ListKeywordsForDataSourceRequest listKeywordsForDataSourceRequest, AsyncHandler<ListKeywordsForDataSourceRequest,ListKeywordsForDataSourceResult> asyncHandler)
Returns a list of keywords that are pre-mapped to the specified control data source.
listKeywordsForDataSourceRequest
- 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)
Returns a list of all Audit Manager notifications.
listNotificationsRequest
- Future<ListNotificationsResult> listNotificationsAsync(ListNotificationsRequest listNotificationsRequest, AsyncHandler<ListNotificationsRequest,ListNotificationsResult> asyncHandler)
Returns a list of all Audit Manager 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<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for the specified resource in Audit Manager.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags for the specified resource in Audit Manager.
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<RegisterAccountResult> registerAccountAsync(RegisterAccountRequest registerAccountRequest)
Enables Audit Manager for the specified Amazon Web Services account.
registerAccountRequest
- Future<RegisterAccountResult> registerAccountAsync(RegisterAccountRequest registerAccountRequest, AsyncHandler<RegisterAccountRequest,RegisterAccountResult> asyncHandler)
Enables Audit Manager for the specified Amazon Web Services account.
registerAccountRequest
- 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<RegisterOrganizationAdminAccountResult> registerOrganizationAdminAccountAsync(RegisterOrganizationAdminAccountRequest registerOrganizationAdminAccountRequest)
Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
registerOrganizationAdminAccountRequest
- Future<RegisterOrganizationAdminAccountResult> registerOrganizationAdminAccountAsync(RegisterOrganizationAdminAccountRequest registerOrganizationAdminAccountRequest, AsyncHandler<RegisterOrganizationAdminAccountRequest,RegisterOrganizationAdminAccountResult> asyncHandler)
Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
registerOrganizationAdminAccountRequest
- 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<StartAssessmentFrameworkShareResult> startAssessmentFrameworkShareAsync(StartAssessmentFrameworkShareRequest startAssessmentFrameworkShareRequest)
Creates a share request for a custom framework in Audit Manager.
The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires.
When you create a share request, Audit Manager stores a snapshot of your custom framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.
Audit Manager deletes the snapshot and the backup snapshot when one of the following events occurs:
The sender revokes the share request.
The recipient declines the share request.
The recipient encounters an error and doesn't successfully accept the share request.
The share request expires before the recipient responds to the request.
When a sender resends a share request, the snapshot is replaced with an updated version that corresponds with the latest version of the custom framework.
When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share request.
When you invoke the StartAssessmentFrameworkShare
API, you are about to share a custom framework
with another Amazon Web Services account. You may not share a custom framework that is derived from a standard
framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you
have obtained permission to do so from the owner of the standard framework. To learn more about which standard
frameworks are eligible for sharing, see Framework sharing eligibility in the Audit Manager User Guide.
startAssessmentFrameworkShareRequest
- Future<StartAssessmentFrameworkShareResult> startAssessmentFrameworkShareAsync(StartAssessmentFrameworkShareRequest startAssessmentFrameworkShareRequest, AsyncHandler<StartAssessmentFrameworkShareRequest,StartAssessmentFrameworkShareResult> asyncHandler)
Creates a share request for a custom framework in Audit Manager.
The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires.
When you create a share request, Audit Manager stores a snapshot of your custom framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.
Audit Manager deletes the snapshot and the backup snapshot when one of the following events occurs:
The sender revokes the share request.
The recipient declines the share request.
The recipient encounters an error and doesn't successfully accept the share request.
The share request expires before the recipient responds to the request.
When a sender resends a share request, the snapshot is replaced with an updated version that corresponds with the latest version of the custom framework.
When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share request.
When you invoke the StartAssessmentFrameworkShare
API, you are about to share a custom framework
with another Amazon Web Services account. You may not share a custom framework that is derived from a standard
framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you
have obtained permission to do so from the owner of the standard framework. To learn more about which standard
frameworks are eligible for sharing, see Framework sharing eligibility in the Audit Manager User Guide.
startAssessmentFrameworkShareRequest
- 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)
Tags the specified resource in Audit Manager.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Tags the specified resource in Audit Manager.
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)
Removes a tag from a resource in Audit Manager.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a tag from a resource in Audit Manager.
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<UpdateAssessmentResult> updateAssessmentAsync(UpdateAssessmentRequest updateAssessmentRequest)
Edits an Audit Manager assessment.
updateAssessmentRequest
- Future<UpdateAssessmentResult> updateAssessmentAsync(UpdateAssessmentRequest updateAssessmentRequest, AsyncHandler<UpdateAssessmentRequest,UpdateAssessmentResult> asyncHandler)
Edits an Audit Manager assessment.
updateAssessmentRequest
- 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<UpdateAssessmentControlResult> updateAssessmentControlAsync(UpdateAssessmentControlRequest updateAssessmentControlRequest)
Updates a control within an assessment in Audit Manager.
updateAssessmentControlRequest
- Future<UpdateAssessmentControlResult> updateAssessmentControlAsync(UpdateAssessmentControlRequest updateAssessmentControlRequest, AsyncHandler<UpdateAssessmentControlRequest,UpdateAssessmentControlResult> asyncHandler)
Updates a control within an assessment in Audit Manager.
updateAssessmentControlRequest
- 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<UpdateAssessmentControlSetStatusResult> updateAssessmentControlSetStatusAsync(UpdateAssessmentControlSetStatusRequest updateAssessmentControlSetStatusRequest)
Updates the status of a control set in an Audit Manager assessment.
updateAssessmentControlSetStatusRequest
- Future<UpdateAssessmentControlSetStatusResult> updateAssessmentControlSetStatusAsync(UpdateAssessmentControlSetStatusRequest updateAssessmentControlSetStatusRequest, AsyncHandler<UpdateAssessmentControlSetStatusRequest,UpdateAssessmentControlSetStatusResult> asyncHandler)
Updates the status of a control set in an Audit Manager assessment.
updateAssessmentControlSetStatusRequest
- 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<UpdateAssessmentFrameworkResult> updateAssessmentFrameworkAsync(UpdateAssessmentFrameworkRequest updateAssessmentFrameworkRequest)
Updates a custom framework in Audit Manager.
updateAssessmentFrameworkRequest
- Future<UpdateAssessmentFrameworkResult> updateAssessmentFrameworkAsync(UpdateAssessmentFrameworkRequest updateAssessmentFrameworkRequest, AsyncHandler<UpdateAssessmentFrameworkRequest,UpdateAssessmentFrameworkResult> asyncHandler)
Updates a custom framework in Audit Manager.
updateAssessmentFrameworkRequest
- 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<UpdateAssessmentFrameworkShareResult> updateAssessmentFrameworkShareAsync(UpdateAssessmentFrameworkShareRequest updateAssessmentFrameworkShareRequest)
Updates a share request for a custom framework in Audit Manager.
updateAssessmentFrameworkShareRequest
- Future<UpdateAssessmentFrameworkShareResult> updateAssessmentFrameworkShareAsync(UpdateAssessmentFrameworkShareRequest updateAssessmentFrameworkShareRequest, AsyncHandler<UpdateAssessmentFrameworkShareRequest,UpdateAssessmentFrameworkShareResult> asyncHandler)
Updates a share request for a custom framework in Audit Manager.
updateAssessmentFrameworkShareRequest
- 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<UpdateAssessmentStatusResult> updateAssessmentStatusAsync(UpdateAssessmentStatusRequest updateAssessmentStatusRequest)
Updates the status of an assessment in Audit Manager.
updateAssessmentStatusRequest
- Future<UpdateAssessmentStatusResult> updateAssessmentStatusAsync(UpdateAssessmentStatusRequest updateAssessmentStatusRequest, AsyncHandler<UpdateAssessmentStatusRequest,UpdateAssessmentStatusResult> asyncHandler)
Updates the status of an assessment in Audit Manager.
updateAssessmentStatusRequest
- 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<UpdateControlResult> updateControlAsync(UpdateControlRequest updateControlRequest)
Updates a custom control in Audit Manager.
updateControlRequest
- Future<UpdateControlResult> updateControlAsync(UpdateControlRequest updateControlRequest, AsyncHandler<UpdateControlRequest,UpdateControlResult> asyncHandler)
Updates a custom control in Audit Manager.
updateControlRequest
- 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<UpdateSettingsResult> updateSettingsAsync(UpdateSettingsRequest updateSettingsRequest)
Updates Audit Manager settings for the current account.
updateSettingsRequest
- Future<UpdateSettingsResult> updateSettingsAsync(UpdateSettingsRequest updateSettingsRequest, AsyncHandler<UpdateSettingsRequest,UpdateSettingsResult> asyncHandler)
Updates Audit Manager settings for the current account.
updateSettingsRequest
- 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<ValidateAssessmentReportIntegrityResult> validateAssessmentReportIntegrityAsync(ValidateAssessmentReportIntegrityRequest validateAssessmentReportIntegrityRequest)
Validates the integrity of an assessment report in Audit Manager.
validateAssessmentReportIntegrityRequest
- Future<ValidateAssessmentReportIntegrityResult> validateAssessmentReportIntegrityAsync(ValidateAssessmentReportIntegrityRequest validateAssessmentReportIntegrityRequest, AsyncHandler<ValidateAssessmentReportIntegrityRequest,ValidateAssessmentReportIntegrityResult> asyncHandler)
Validates the integrity of an assessment report in Audit Manager.
validateAssessmentReportIntegrityRequest
- 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.