@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface AuditManagerClient extends AwsClient
builder() method.
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default AssociateAssessmentReportEvidenceFolderResponse |
associateAssessmentReportEvidenceFolder(AssociateAssessmentReportEvidenceFolderRequest associateAssessmentReportEvidenceFolderRequest)
Associates an evidence folder to an assessment report in an Audit Manager assessment.
|
default AssociateAssessmentReportEvidenceFolderResponse |
associateAssessmentReportEvidenceFolder(Consumer<AssociateAssessmentReportEvidenceFolderRequest.Builder> associateAssessmentReportEvidenceFolderRequest)
Associates an evidence folder to an assessment report in an Audit Manager assessment.
|
default BatchAssociateAssessmentReportEvidenceResponse |
batchAssociateAssessmentReportEvidence(BatchAssociateAssessmentReportEvidenceRequest batchAssociateAssessmentReportEvidenceRequest)
Associates a list of evidence to an assessment report in an Audit Manager assessment.
|
default BatchAssociateAssessmentReportEvidenceResponse |
batchAssociateAssessmentReportEvidence(Consumer<BatchAssociateAssessmentReportEvidenceRequest.Builder> batchAssociateAssessmentReportEvidenceRequest)
Associates a list of evidence to an assessment report in an Audit Manager assessment.
|
default BatchCreateDelegationByAssessmentResponse |
batchCreateDelegationByAssessment(BatchCreateDelegationByAssessmentRequest batchCreateDelegationByAssessmentRequest)
Creates a batch of delegations for an assessment in Audit Manager.
|
default BatchCreateDelegationByAssessmentResponse |
batchCreateDelegationByAssessment(Consumer<BatchCreateDelegationByAssessmentRequest.Builder> batchCreateDelegationByAssessmentRequest)
Creates a batch of delegations for an assessment in Audit Manager.
|
default BatchDeleteDelegationByAssessmentResponse |
batchDeleteDelegationByAssessment(BatchDeleteDelegationByAssessmentRequest batchDeleteDelegationByAssessmentRequest)
Deletes a batch of delegations for an assessment in Audit Manager.
|
default BatchDeleteDelegationByAssessmentResponse |
batchDeleteDelegationByAssessment(Consumer<BatchDeleteDelegationByAssessmentRequest.Builder> batchDeleteDelegationByAssessmentRequest)
Deletes a batch of delegations for an assessment in Audit Manager.
|
default BatchDisassociateAssessmentReportEvidenceResponse |
batchDisassociateAssessmentReportEvidence(BatchDisassociateAssessmentReportEvidenceRequest batchDisassociateAssessmentReportEvidenceRequest)
Disassociates a list of evidence from an assessment report in Audit Manager.
|
default BatchDisassociateAssessmentReportEvidenceResponse |
batchDisassociateAssessmentReportEvidence(Consumer<BatchDisassociateAssessmentReportEvidenceRequest.Builder> batchDisassociateAssessmentReportEvidenceRequest)
Disassociates a list of evidence from an assessment report in Audit Manager.
|
default BatchImportEvidenceToAssessmentControlResponse |
batchImportEvidenceToAssessmentControl(BatchImportEvidenceToAssessmentControlRequest batchImportEvidenceToAssessmentControlRequest)
Adds one or more pieces of evidence to a control in an Audit Manager assessment.
|
default BatchImportEvidenceToAssessmentControlResponse |
batchImportEvidenceToAssessmentControl(Consumer<BatchImportEvidenceToAssessmentControlRequest.Builder> batchImportEvidenceToAssessmentControlRequest)
Adds one or more pieces of evidence to a control in an Audit Manager assessment.
|
static AuditManagerClientBuilder |
builder()
Create a builder that can be used to configure and create a
AuditManagerClient. |
static AuditManagerClient |
create()
Create a
AuditManagerClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateAssessmentResponse |
createAssessment(Consumer<CreateAssessmentRequest.Builder> createAssessmentRequest)
Creates an assessment in Audit Manager.
|
default CreateAssessmentResponse |
createAssessment(CreateAssessmentRequest createAssessmentRequest)
Creates an assessment in Audit Manager.
|
default CreateAssessmentFrameworkResponse |
createAssessmentFramework(Consumer<CreateAssessmentFrameworkRequest.Builder> createAssessmentFrameworkRequest)
Creates a custom framework in Audit Manager.
|
default CreateAssessmentFrameworkResponse |
createAssessmentFramework(CreateAssessmentFrameworkRequest createAssessmentFrameworkRequest)
Creates a custom framework in Audit Manager.
|
default CreateAssessmentReportResponse |
createAssessmentReport(Consumer<CreateAssessmentReportRequest.Builder> createAssessmentReportRequest)
Creates an assessment report for the specified assessment.
|
default CreateAssessmentReportResponse |
createAssessmentReport(CreateAssessmentReportRequest createAssessmentReportRequest)
Creates an assessment report for the specified assessment.
|
default CreateControlResponse |
createControl(Consumer<CreateControlRequest.Builder> createControlRequest)
Creates a new custom control in Audit Manager.
|
default CreateControlResponse |
createControl(CreateControlRequest createControlRequest)
Creates a new custom control in Audit Manager.
|
default DeleteAssessmentResponse |
deleteAssessment(Consumer<DeleteAssessmentRequest.Builder> deleteAssessmentRequest)
Deletes an assessment in Audit Manager.
|
default DeleteAssessmentResponse |
deleteAssessment(DeleteAssessmentRequest deleteAssessmentRequest)
Deletes an assessment in Audit Manager.
|
default DeleteAssessmentFrameworkResponse |
deleteAssessmentFramework(Consumer<DeleteAssessmentFrameworkRequest.Builder> deleteAssessmentFrameworkRequest)
Deletes a custom framework in Audit Manager.
|
default DeleteAssessmentFrameworkResponse |
deleteAssessmentFramework(DeleteAssessmentFrameworkRequest deleteAssessmentFrameworkRequest)
Deletes a custom framework in Audit Manager.
|
default DeleteAssessmentFrameworkShareResponse |
deleteAssessmentFrameworkShare(Consumer<DeleteAssessmentFrameworkShareRequest.Builder> deleteAssessmentFrameworkShareRequest)
Deletes a share request for a custom framework in Audit Manager.
|
default DeleteAssessmentFrameworkShareResponse |
deleteAssessmentFrameworkShare(DeleteAssessmentFrameworkShareRequest deleteAssessmentFrameworkShareRequest)
Deletes a share request for a custom framework in Audit Manager.
|
default DeleteAssessmentReportResponse |
deleteAssessmentReport(Consumer<DeleteAssessmentReportRequest.Builder> deleteAssessmentReportRequest)
Deletes an assessment report in Audit Manager.
|
default DeleteAssessmentReportResponse |
deleteAssessmentReport(DeleteAssessmentReportRequest deleteAssessmentReportRequest)
Deletes an assessment report in Audit Manager.
|
default DeleteControlResponse |
deleteControl(Consumer<DeleteControlRequest.Builder> deleteControlRequest)
Deletes a custom control in Audit Manager.
|
default DeleteControlResponse |
deleteControl(DeleteControlRequest deleteControlRequest)
Deletes a custom control in Audit Manager.
|
default DeregisterAccountResponse |
deregisterAccount(Consumer<DeregisterAccountRequest.Builder> deregisterAccountRequest)
Deregisters an account in Audit Manager.
|
default DeregisterAccountResponse |
deregisterAccount(DeregisterAccountRequest deregisterAccountRequest)
Deregisters an account in Audit Manager.
|
default DeregisterOrganizationAdminAccountResponse |
deregisterOrganizationAdminAccount(Consumer<DeregisterOrganizationAdminAccountRequest.Builder> deregisterOrganizationAdminAccountRequest)
Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager.
|
default DeregisterOrganizationAdminAccountResponse |
deregisterOrganizationAdminAccount(DeregisterOrganizationAdminAccountRequest deregisterOrganizationAdminAccountRequest)
Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager.
|
default DisassociateAssessmentReportEvidenceFolderResponse |
disassociateAssessmentReportEvidenceFolder(Consumer<DisassociateAssessmentReportEvidenceFolderRequest.Builder> disassociateAssessmentReportEvidenceFolderRequest)
Disassociates an evidence folder from the specified assessment report in Audit Manager.
|
default DisassociateAssessmentReportEvidenceFolderResponse |
disassociateAssessmentReportEvidenceFolder(DisassociateAssessmentReportEvidenceFolderRequest disassociateAssessmentReportEvidenceFolderRequest)
Disassociates an evidence folder from the specified assessment report in Audit Manager.
|
default GetAccountStatusResponse |
getAccountStatus(Consumer<GetAccountStatusRequest.Builder> getAccountStatusRequest)
Gets the registration status of an account in Audit Manager.
|
default GetAccountStatusResponse |
getAccountStatus(GetAccountStatusRequest getAccountStatusRequest)
Gets the registration status of an account in Audit Manager.
|
default GetAssessmentResponse |
getAssessment(Consumer<GetAssessmentRequest.Builder> getAssessmentRequest)
Gets information about a specified assessment.
|
default GetAssessmentResponse |
getAssessment(GetAssessmentRequest getAssessmentRequest)
Gets information about a specified assessment.
|
default GetAssessmentFrameworkResponse |
getAssessmentFramework(Consumer<GetAssessmentFrameworkRequest.Builder> getAssessmentFrameworkRequest)
Gets information about a specified framework.
|
default GetAssessmentFrameworkResponse |
getAssessmentFramework(GetAssessmentFrameworkRequest getAssessmentFrameworkRequest)
Gets information about a specified framework.
|
default GetAssessmentReportUrlResponse |
getAssessmentReportUrl(Consumer<GetAssessmentReportUrlRequest.Builder> getAssessmentReportUrlRequest)
Gets the URL of an assessment report in Audit Manager.
|
default GetAssessmentReportUrlResponse |
getAssessmentReportUrl(GetAssessmentReportUrlRequest getAssessmentReportUrlRequest)
Gets the URL of an assessment report in Audit Manager.
|
default GetChangeLogsResponse |
getChangeLogs(Consumer<GetChangeLogsRequest.Builder> getChangeLogsRequest)
Gets a list of changelogs from Audit Manager.
|
default GetChangeLogsResponse |
getChangeLogs(GetChangeLogsRequest getChangeLogsRequest)
Gets a list of changelogs from Audit Manager.
|
default GetChangeLogsIterable |
getChangeLogsPaginator(Consumer<GetChangeLogsRequest.Builder> getChangeLogsRequest)
Gets a list of changelogs from Audit Manager.
|
default GetChangeLogsIterable |
getChangeLogsPaginator(GetChangeLogsRequest getChangeLogsRequest)
Gets a list of changelogs from Audit Manager.
|
default GetControlResponse |
getControl(Consumer<GetControlRequest.Builder> getControlRequest)
Gets information about a specified control.
|
default GetControlResponse |
getControl(GetControlRequest getControlRequest)
Gets information about a specified control.
|
default GetDelegationsResponse |
getDelegations(Consumer<GetDelegationsRequest.Builder> getDelegationsRequest)
Gets a list of delegations from an audit owner to a delegate.
|
default GetDelegationsResponse |
getDelegations(GetDelegationsRequest getDelegationsRequest)
Gets a list of delegations from an audit owner to a delegate.
|
default GetDelegationsIterable |
getDelegationsPaginator(Consumer<GetDelegationsRequest.Builder> getDelegationsRequest)
Gets a list of delegations from an audit owner to a delegate.
|
default GetDelegationsIterable |
getDelegationsPaginator(GetDelegationsRequest getDelegationsRequest)
Gets a list of delegations from an audit owner to a delegate.
|
default GetEvidenceResponse |
getEvidence(Consumer<GetEvidenceRequest.Builder> getEvidenceRequest)
Gets information about a specified evidence item.
|
default GetEvidenceResponse |
getEvidence(GetEvidenceRequest getEvidenceRequest)
Gets information about a specified evidence item.
|
default GetEvidenceByEvidenceFolderResponse |
getEvidenceByEvidenceFolder(Consumer<GetEvidenceByEvidenceFolderRequest.Builder> getEvidenceByEvidenceFolderRequest)
Gets all evidence from a specified evidence folder in Audit Manager.
|
default GetEvidenceByEvidenceFolderResponse |
getEvidenceByEvidenceFolder(GetEvidenceByEvidenceFolderRequest getEvidenceByEvidenceFolderRequest)
Gets all evidence from a specified evidence folder in Audit Manager.
|
default GetEvidenceByEvidenceFolderIterable |
getEvidenceByEvidenceFolderPaginator(Consumer<GetEvidenceByEvidenceFolderRequest.Builder> getEvidenceByEvidenceFolderRequest)
Gets all evidence from a specified evidence folder in Audit Manager.
|
default GetEvidenceByEvidenceFolderIterable |
getEvidenceByEvidenceFolderPaginator(GetEvidenceByEvidenceFolderRequest getEvidenceByEvidenceFolderRequest)
Gets all evidence from a specified evidence folder in Audit Manager.
|
default GetEvidenceFileUploadUrlResponse |
getEvidenceFileUploadUrl(Consumer<GetEvidenceFileUploadUrlRequest.Builder> getEvidenceFileUploadUrlRequest)
Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence.
|
default GetEvidenceFileUploadUrlResponse |
getEvidenceFileUploadUrl(GetEvidenceFileUploadUrlRequest getEvidenceFileUploadUrlRequest)
Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence.
|
default GetEvidenceFolderResponse |
getEvidenceFolder(Consumer<GetEvidenceFolderRequest.Builder> getEvidenceFolderRequest)
Gets an evidence folder from a specified assessment in Audit Manager.
|
default GetEvidenceFolderResponse |
getEvidenceFolder(GetEvidenceFolderRequest getEvidenceFolderRequest)
Gets an evidence folder from a specified assessment in Audit Manager.
|
default GetEvidenceFoldersByAssessmentResponse |
getEvidenceFoldersByAssessment(Consumer<GetEvidenceFoldersByAssessmentRequest.Builder> getEvidenceFoldersByAssessmentRequest)
Gets the evidence folders from a specified assessment in Audit Manager.
|
default GetEvidenceFoldersByAssessmentResponse |
getEvidenceFoldersByAssessment(GetEvidenceFoldersByAssessmentRequest getEvidenceFoldersByAssessmentRequest)
Gets the evidence folders from a specified assessment in Audit Manager.
|
default GetEvidenceFoldersByAssessmentControlResponse |
getEvidenceFoldersByAssessmentControl(Consumer<GetEvidenceFoldersByAssessmentControlRequest.Builder> getEvidenceFoldersByAssessmentControlRequest)
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
|
default GetEvidenceFoldersByAssessmentControlResponse |
getEvidenceFoldersByAssessmentControl(GetEvidenceFoldersByAssessmentControlRequest getEvidenceFoldersByAssessmentControlRequest)
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
|
default GetEvidenceFoldersByAssessmentControlIterable |
getEvidenceFoldersByAssessmentControlPaginator(Consumer<GetEvidenceFoldersByAssessmentControlRequest.Builder> getEvidenceFoldersByAssessmentControlRequest)
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
|
default GetEvidenceFoldersByAssessmentControlIterable |
getEvidenceFoldersByAssessmentControlPaginator(GetEvidenceFoldersByAssessmentControlRequest getEvidenceFoldersByAssessmentControlRequest)
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
|
default GetEvidenceFoldersByAssessmentIterable |
getEvidenceFoldersByAssessmentPaginator(Consumer<GetEvidenceFoldersByAssessmentRequest.Builder> getEvidenceFoldersByAssessmentRequest)
Gets the evidence folders from a specified assessment in Audit Manager.
|
default GetEvidenceFoldersByAssessmentIterable |
getEvidenceFoldersByAssessmentPaginator(GetEvidenceFoldersByAssessmentRequest getEvidenceFoldersByAssessmentRequest)
Gets the evidence folders from a specified assessment in Audit Manager.
|
default GetInsightsResponse |
getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest)
Gets the latest analytics data for all your current active assessments.
|
default GetInsightsResponse |
getInsights(GetInsightsRequest getInsightsRequest)
Gets the latest analytics data for all your current active assessments.
|
default GetInsightsByAssessmentResponse |
getInsightsByAssessment(Consumer<GetInsightsByAssessmentRequest.Builder> getInsightsByAssessmentRequest)
Gets the latest analytics data for a specific active assessment.
|
default GetInsightsByAssessmentResponse |
getInsightsByAssessment(GetInsightsByAssessmentRequest getInsightsByAssessmentRequest)
Gets the latest analytics data for a specific active assessment.
|
default GetOrganizationAdminAccountResponse |
getOrganizationAdminAccount(Consumer<GetOrganizationAdminAccountRequest.Builder> getOrganizationAdminAccountRequest)
Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
|
default GetOrganizationAdminAccountResponse |
getOrganizationAdminAccount(GetOrganizationAdminAccountRequest getOrganizationAdminAccountRequest)
Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
|
default GetServicesInScopeResponse |
getServicesInScope(Consumer<GetServicesInScopeRequest.Builder> getServicesInScopeRequest)
Gets a list of all of the Amazon Web Services that you can choose to include in your assessment.
|
default GetServicesInScopeResponse |
getServicesInScope(GetServicesInScopeRequest getServicesInScopeRequest)
Gets a list of all of the Amazon Web Services that you can choose to include in your assessment.
|
default GetSettingsResponse |
getSettings(Consumer<GetSettingsRequest.Builder> getSettingsRequest)
Gets the settings for a specified Amazon Web Services account.
|
default GetSettingsResponse |
getSettings(GetSettingsRequest getSettingsRequest)
Gets the settings for a specified Amazon Web Services account.
|
default ListAssessmentControlInsightsByControlDomainResponse |
listAssessmentControlInsightsByControlDomain(Consumer<ListAssessmentControlInsightsByControlDomainRequest.Builder> listAssessmentControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain and a specific active assessment.
|
default ListAssessmentControlInsightsByControlDomainResponse |
listAssessmentControlInsightsByControlDomain(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain and a specific active assessment.
|
default ListAssessmentControlInsightsByControlDomainIterable |
listAssessmentControlInsightsByControlDomainPaginator(Consumer<ListAssessmentControlInsightsByControlDomainRequest.Builder> listAssessmentControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain and a specific active assessment.
|
default ListAssessmentControlInsightsByControlDomainIterable |
listAssessmentControlInsightsByControlDomainPaginator(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain and a specific active assessment.
|
default ListAssessmentFrameworksResponse |
listAssessmentFrameworks(Consumer<ListAssessmentFrameworksRequest.Builder> listAssessmentFrameworksRequest)
Returns a list of the frameworks that are available in the Audit Manager framework library.
|
default ListAssessmentFrameworksResponse |
listAssessmentFrameworks(ListAssessmentFrameworksRequest listAssessmentFrameworksRequest)
Returns a list of the frameworks that are available in the Audit Manager framework library.
|
default ListAssessmentFrameworkShareRequestsResponse |
listAssessmentFrameworkShareRequests(Consumer<ListAssessmentFrameworkShareRequestsRequest.Builder> listAssessmentFrameworkShareRequestsRequest)
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
|
default ListAssessmentFrameworkShareRequestsResponse |
listAssessmentFrameworkShareRequests(ListAssessmentFrameworkShareRequestsRequest listAssessmentFrameworkShareRequestsRequest)
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
|
default ListAssessmentFrameworkShareRequestsIterable |
listAssessmentFrameworkShareRequestsPaginator(Consumer<ListAssessmentFrameworkShareRequestsRequest.Builder> listAssessmentFrameworkShareRequestsRequest)
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
|
default ListAssessmentFrameworkShareRequestsIterable |
listAssessmentFrameworkShareRequestsPaginator(ListAssessmentFrameworkShareRequestsRequest listAssessmentFrameworkShareRequestsRequest)
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
|
default ListAssessmentFrameworksIterable |
listAssessmentFrameworksPaginator(Consumer<ListAssessmentFrameworksRequest.Builder> listAssessmentFrameworksRequest)
Returns a list of the frameworks that are available in the Audit Manager framework library.
|
default ListAssessmentFrameworksIterable |
listAssessmentFrameworksPaginator(ListAssessmentFrameworksRequest listAssessmentFrameworksRequest)
Returns a list of the frameworks that are available in the Audit Manager framework library.
|
default ListAssessmentReportsResponse |
listAssessmentReports(Consumer<ListAssessmentReportsRequest.Builder> listAssessmentReportsRequest)
Returns a list of assessment reports created in Audit Manager.
|
default ListAssessmentReportsResponse |
listAssessmentReports(ListAssessmentReportsRequest listAssessmentReportsRequest)
Returns a list of assessment reports created in Audit Manager.
|
default ListAssessmentReportsIterable |
listAssessmentReportsPaginator(Consumer<ListAssessmentReportsRequest.Builder> listAssessmentReportsRequest)
Returns a list of assessment reports created in Audit Manager.
|
default ListAssessmentReportsIterable |
listAssessmentReportsPaginator(ListAssessmentReportsRequest listAssessmentReportsRequest)
Returns a list of assessment reports created in Audit Manager.
|
default ListAssessmentsResponse |
listAssessments(Consumer<ListAssessmentsRequest.Builder> listAssessmentsRequest)
Returns a list of current and past assessments from Audit Manager.
|
default ListAssessmentsResponse |
listAssessments(ListAssessmentsRequest listAssessmentsRequest)
Returns a list of current and past assessments from Audit Manager.
|
default ListAssessmentsIterable |
listAssessmentsPaginator(Consumer<ListAssessmentsRequest.Builder> listAssessmentsRequest)
Returns a list of current and past assessments from Audit Manager.
|
default ListAssessmentsIterable |
listAssessmentsPaginator(ListAssessmentsRequest listAssessmentsRequest)
Returns a list of current and past assessments from Audit Manager.
|
default ListControlDomainInsightsResponse |
listControlDomainInsights(Consumer<ListControlDomainInsightsRequest.Builder> listControlDomainInsightsRequest)
Lists the latest analytics data for control domains across all of your active assessments.
|
default ListControlDomainInsightsResponse |
listControlDomainInsights(ListControlDomainInsightsRequest listControlDomainInsightsRequest)
Lists the latest analytics data for control domains across all of your active assessments.
|
default ListControlDomainInsightsByAssessmentResponse |
listControlDomainInsightsByAssessment(Consumer<ListControlDomainInsightsByAssessmentRequest.Builder> listControlDomainInsightsByAssessmentRequest)
Lists analytics data for control domains within a specified active assessment.
|
default ListControlDomainInsightsByAssessmentResponse |
listControlDomainInsightsByAssessment(ListControlDomainInsightsByAssessmentRequest listControlDomainInsightsByAssessmentRequest)
Lists analytics data for control domains within a specified active assessment.
|
default ListControlDomainInsightsByAssessmentIterable |
listControlDomainInsightsByAssessmentPaginator(Consumer<ListControlDomainInsightsByAssessmentRequest.Builder> listControlDomainInsightsByAssessmentRequest)
Lists analytics data for control domains within a specified active assessment.
|
default ListControlDomainInsightsByAssessmentIterable |
listControlDomainInsightsByAssessmentPaginator(ListControlDomainInsightsByAssessmentRequest listControlDomainInsightsByAssessmentRequest)
Lists analytics data for control domains within a specified active assessment.
|
default ListControlDomainInsightsIterable |
listControlDomainInsightsPaginator(Consumer<ListControlDomainInsightsRequest.Builder> listControlDomainInsightsRequest)
Lists the latest analytics data for control domains across all of your active assessments.
|
default ListControlDomainInsightsIterable |
listControlDomainInsightsPaginator(ListControlDomainInsightsRequest listControlDomainInsightsRequest)
Lists the latest analytics data for control domains across all of your active assessments.
|
default ListControlInsightsByControlDomainResponse |
listControlInsightsByControlDomain(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
|
default ListControlInsightsByControlDomainResponse |
listControlInsightsByControlDomain(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
|
default ListControlInsightsByControlDomainIterable |
listControlInsightsByControlDomainPaginator(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
|
default ListControlInsightsByControlDomainIterable |
listControlInsightsByControlDomainPaginator(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest)
Lists the latest analytics data for controls within a specific control domain across all active assessments.
|
default ListControlsResponse |
listControls(Consumer<ListControlsRequest.Builder> listControlsRequest)
Returns a list of controls from Audit Manager.
|
default ListControlsResponse |
listControls(ListControlsRequest listControlsRequest)
Returns a list of controls from Audit Manager.
|
default ListControlsIterable |
listControlsPaginator(Consumer<ListControlsRequest.Builder> listControlsRequest)
Returns a list of controls from Audit Manager.
|
default ListControlsIterable |
listControlsPaginator(ListControlsRequest listControlsRequest)
Returns a list of controls from Audit Manager.
|
default ListKeywordsForDataSourceResponse |
listKeywordsForDataSource(Consumer<ListKeywordsForDataSourceRequest.Builder> listKeywordsForDataSourceRequest)
Returns a list of keywords that are pre-mapped to the specified control data source.
|
default ListKeywordsForDataSourceResponse |
listKeywordsForDataSource(ListKeywordsForDataSourceRequest listKeywordsForDataSourceRequest)
Returns a list of keywords that are pre-mapped to the specified control data source.
|
default ListKeywordsForDataSourceIterable |
listKeywordsForDataSourcePaginator(Consumer<ListKeywordsForDataSourceRequest.Builder> listKeywordsForDataSourceRequest)
Returns a list of keywords that are pre-mapped to the specified control data source.
|
default ListKeywordsForDataSourceIterable |
listKeywordsForDataSourcePaginator(ListKeywordsForDataSourceRequest listKeywordsForDataSourceRequest)
Returns a list of keywords that are pre-mapped to the specified control data source.
|
default ListNotificationsResponse |
listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all Audit Manager notifications.
|
default ListNotificationsResponse |
listNotifications(ListNotificationsRequest listNotificationsRequest)
Returns a list of all Audit Manager notifications.
|
default ListNotificationsIterable |
listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all Audit Manager notifications.
|
default ListNotificationsIterable |
listNotificationsPaginator(ListNotificationsRequest listNotificationsRequest)
Returns a list of all Audit Manager notifications.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags for the specified resource in Audit Manager.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for the specified resource in Audit Manager.
|
default RegisterAccountResponse |
registerAccount(Consumer<RegisterAccountRequest.Builder> registerAccountRequest)
Enables Audit Manager for the specified Amazon Web Services account.
|
default RegisterAccountResponse |
registerAccount(RegisterAccountRequest registerAccountRequest)
Enables Audit Manager for the specified Amazon Web Services account.
|
default RegisterOrganizationAdminAccountResponse |
registerOrganizationAdminAccount(Consumer<RegisterOrganizationAdminAccountRequest.Builder> registerOrganizationAdminAccountRequest)
Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
|
default RegisterOrganizationAdminAccountResponse |
registerOrganizationAdminAccount(RegisterOrganizationAdminAccountRequest registerOrganizationAdminAccountRequest)
Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
|
default AuditManagerServiceClientConfiguration |
serviceClientConfiguration() |
static ServiceMetadata |
serviceMetadata() |
default StartAssessmentFrameworkShareResponse |
startAssessmentFrameworkShare(Consumer<StartAssessmentFrameworkShareRequest.Builder> startAssessmentFrameworkShareRequest)
Creates a share request for a custom framework in Audit Manager.
|
default StartAssessmentFrameworkShareResponse |
startAssessmentFrameworkShare(StartAssessmentFrameworkShareRequest startAssessmentFrameworkShareRequest)
Creates a share request for a custom framework in Audit Manager.
|
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Tags the specified resource in Audit Manager.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Tags the specified resource in Audit Manager.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag from a resource in Audit Manager.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from a resource in Audit Manager.
|
default UpdateAssessmentResponse |
updateAssessment(Consumer<UpdateAssessmentRequest.Builder> updateAssessmentRequest)
Edits an Audit Manager assessment.
|
default UpdateAssessmentResponse |
updateAssessment(UpdateAssessmentRequest updateAssessmentRequest)
Edits an Audit Manager assessment.
|
default UpdateAssessmentControlResponse |
updateAssessmentControl(Consumer<UpdateAssessmentControlRequest.Builder> updateAssessmentControlRequest)
Updates a control within an assessment in Audit Manager.
|
default UpdateAssessmentControlResponse |
updateAssessmentControl(UpdateAssessmentControlRequest updateAssessmentControlRequest)
Updates a control within an assessment in Audit Manager.
|
default UpdateAssessmentControlSetStatusResponse |
updateAssessmentControlSetStatus(Consumer<UpdateAssessmentControlSetStatusRequest.Builder> updateAssessmentControlSetStatusRequest)
Updates the status of a control set in an Audit Manager assessment.
|
default UpdateAssessmentControlSetStatusResponse |
updateAssessmentControlSetStatus(UpdateAssessmentControlSetStatusRequest updateAssessmentControlSetStatusRequest)
Updates the status of a control set in an Audit Manager assessment.
|
default UpdateAssessmentFrameworkResponse |
updateAssessmentFramework(Consumer<UpdateAssessmentFrameworkRequest.Builder> updateAssessmentFrameworkRequest)
Updates a custom framework in Audit Manager.
|
default UpdateAssessmentFrameworkResponse |
updateAssessmentFramework(UpdateAssessmentFrameworkRequest updateAssessmentFrameworkRequest)
Updates a custom framework in Audit Manager.
|
default UpdateAssessmentFrameworkShareResponse |
updateAssessmentFrameworkShare(Consumer<UpdateAssessmentFrameworkShareRequest.Builder> updateAssessmentFrameworkShareRequest)
Updates a share request for a custom framework in Audit Manager.
|
default UpdateAssessmentFrameworkShareResponse |
updateAssessmentFrameworkShare(UpdateAssessmentFrameworkShareRequest updateAssessmentFrameworkShareRequest)
Updates a share request for a custom framework in Audit Manager.
|
default UpdateAssessmentStatusResponse |
updateAssessmentStatus(Consumer<UpdateAssessmentStatusRequest.Builder> updateAssessmentStatusRequest)
Updates the status of an assessment in Audit Manager.
|
default UpdateAssessmentStatusResponse |
updateAssessmentStatus(UpdateAssessmentStatusRequest updateAssessmentStatusRequest)
Updates the status of an assessment in Audit Manager.
|
default UpdateControlResponse |
updateControl(Consumer<UpdateControlRequest.Builder> updateControlRequest)
Updates a custom control in Audit Manager.
|
default UpdateControlResponse |
updateControl(UpdateControlRequest updateControlRequest)
Updates a custom control in Audit Manager.
|
default UpdateSettingsResponse |
updateSettings(Consumer<UpdateSettingsRequest.Builder> updateSettingsRequest)
Updates Audit Manager settings for the current account.
|
default UpdateSettingsResponse |
updateSettings(UpdateSettingsRequest updateSettingsRequest)
Updates Audit Manager settings for the current account.
|
default ValidateAssessmentReportIntegrityResponse |
validateAssessmentReportIntegrity(Consumer<ValidateAssessmentReportIntegrityRequest.Builder> validateAssessmentReportIntegrityRequest)
Validates the integrity of an assessment report in Audit Manager.
|
default ValidateAssessmentReportIntegrityResponse |
validateAssessmentReportIntegrity(ValidateAssessmentReportIntegrityRequest validateAssessmentReportIntegrityRequest)
Validates the integrity of an assessment report in Audit Manager.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default AssociateAssessmentReportEvidenceFolderResponse associateAssessmentReportEvidenceFolder(AssociateAssessmentReportEvidenceFolderRequest associateAssessmentReportEvidenceFolderRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Associates an evidence folder to an assessment report in an Audit Manager assessment.
associateAssessmentReportEvidenceFolderRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateAssessmentReportEvidenceFolderResponse associateAssessmentReportEvidenceFolder(Consumer<AssociateAssessmentReportEvidenceFolderRequest.Builder> associateAssessmentReportEvidenceFolderRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Associates an evidence folder to an assessment report in an Audit Manager assessment.
This is a convenience which creates an instance of the
AssociateAssessmentReportEvidenceFolderRequest.Builder avoiding the need to create one manually via
AssociateAssessmentReportEvidenceFolderRequest.builder()
associateAssessmentReportEvidenceFolderRequest - A Consumer that will call methods on
AssociateAssessmentReportEvidenceFolderRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchAssociateAssessmentReportEvidenceResponse batchAssociateAssessmentReportEvidence(BatchAssociateAssessmentReportEvidenceRequest batchAssociateAssessmentReportEvidenceRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Associates a list of evidence to an assessment report in an Audit Manager assessment.
batchAssociateAssessmentReportEvidenceRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchAssociateAssessmentReportEvidenceResponse batchAssociateAssessmentReportEvidence(Consumer<BatchAssociateAssessmentReportEvidenceRequest.Builder> batchAssociateAssessmentReportEvidenceRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Associates a list of evidence to an assessment report in an Audit Manager assessment.
This is a convenience which creates an instance of the
BatchAssociateAssessmentReportEvidenceRequest.Builder avoiding the need to create one manually via
BatchAssociateAssessmentReportEvidenceRequest.builder()
batchAssociateAssessmentReportEvidenceRequest - A Consumer that will call methods on
BatchAssociateAssessmentReportEvidenceRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchCreateDelegationByAssessmentResponse batchCreateDelegationByAssessment(BatchCreateDelegationByAssessmentRequest batchCreateDelegationByAssessmentRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Creates a batch of delegations for an assessment in Audit Manager.
batchCreateDelegationByAssessmentRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchCreateDelegationByAssessmentResponse batchCreateDelegationByAssessment(Consumer<BatchCreateDelegationByAssessmentRequest.Builder> batchCreateDelegationByAssessmentRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Creates a batch of delegations for an assessment in Audit Manager.
This is a convenience which creates an instance of the BatchCreateDelegationByAssessmentRequest.Builder
avoiding the need to create one manually via BatchCreateDelegationByAssessmentRequest.builder()
batchCreateDelegationByAssessmentRequest - A Consumer that will call methods on
BatchCreateDelegationByAssessmentRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchDeleteDelegationByAssessmentResponse batchDeleteDelegationByAssessment(BatchDeleteDelegationByAssessmentRequest batchDeleteDelegationByAssessmentRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Deletes a batch of delegations for an assessment in Audit Manager.
batchDeleteDelegationByAssessmentRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchDeleteDelegationByAssessmentResponse batchDeleteDelegationByAssessment(Consumer<BatchDeleteDelegationByAssessmentRequest.Builder> batchDeleteDelegationByAssessmentRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Deletes a batch of delegations for an assessment in Audit Manager.
This is a convenience which creates an instance of the BatchDeleteDelegationByAssessmentRequest.Builder
avoiding the need to create one manually via BatchDeleteDelegationByAssessmentRequest.builder()
batchDeleteDelegationByAssessmentRequest - A Consumer that will call methods on
BatchDeleteDelegationByAssessmentRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchDisassociateAssessmentReportEvidenceResponse batchDisassociateAssessmentReportEvidence(BatchDisassociateAssessmentReportEvidenceRequest batchDisassociateAssessmentReportEvidenceRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Disassociates a list of evidence from an assessment report in Audit Manager.
batchDisassociateAssessmentReportEvidenceRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchDisassociateAssessmentReportEvidenceResponse batchDisassociateAssessmentReportEvidence(Consumer<BatchDisassociateAssessmentReportEvidenceRequest.Builder> batchDisassociateAssessmentReportEvidenceRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Disassociates a list of evidence from an assessment report in Audit Manager.
This is a convenience which creates an instance of the
BatchDisassociateAssessmentReportEvidenceRequest.Builder avoiding the need to create one manually via
BatchDisassociateAssessmentReportEvidenceRequest.builder()
batchDisassociateAssessmentReportEvidenceRequest - A Consumer that will call methods on
BatchDisassociateAssessmentReportEvidenceRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchImportEvidenceToAssessmentControlResponse batchImportEvidenceToAssessmentControl(BatchImportEvidenceToAssessmentControlRequest batchImportEvidenceToAssessmentControlRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, AuditManagerException
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 - ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault BatchImportEvidenceToAssessmentControlResponse batchImportEvidenceToAssessmentControl(Consumer<BatchImportEvidenceToAssessmentControlRequest.Builder> batchImportEvidenceToAssessmentControlRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a convenience which creates an instance of the
BatchImportEvidenceToAssessmentControlRequest.Builder avoiding the need to create one manually via
BatchImportEvidenceToAssessmentControlRequest.builder()
batchImportEvidenceToAssessmentControlRequest - A Consumer that will call methods on
BatchImportEvidenceToAssessmentControlRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAssessmentResponse createAssessment(CreateAssessmentRequest createAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Creates an assessment in Audit Manager.
createAssessmentRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAssessmentResponse createAssessment(Consumer<CreateAssessmentRequest.Builder> createAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Creates an assessment in Audit Manager.
This is a convenience which creates an instance of the CreateAssessmentRequest.Builder avoiding the need
to create one manually via CreateAssessmentRequest.builder()
createAssessmentRequest - A Consumer that will call methods on
CreateAssessmentRequest.Builder to create a
request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAssessmentFrameworkResponse createAssessmentFramework(CreateAssessmentFrameworkRequest createAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Creates a custom framework in Audit Manager.
createAssessmentFrameworkRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAssessmentFrameworkResponse createAssessmentFramework(Consumer<CreateAssessmentFrameworkRequest.Builder> createAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Creates a custom framework in Audit Manager.
This is a convenience which creates an instance of the CreateAssessmentFrameworkRequest.Builder avoiding
the need to create one manually via CreateAssessmentFrameworkRequest.builder()
createAssessmentFrameworkRequest - A Consumer that will call methods on
CreateAssessmentFrameworkRequest.Builder to
create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAssessmentReportResponse createAssessmentReport(CreateAssessmentReportRequest createAssessmentReportRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Creates an assessment report for the specified assessment.
createAssessmentReportRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateAssessmentReportResponse createAssessmentReport(Consumer<CreateAssessmentReportRequest.Builder> createAssessmentReportRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Creates an assessment report for the specified assessment.
This is a convenience which creates an instance of the CreateAssessmentReportRequest.Builder avoiding the
need to create one manually via CreateAssessmentReportRequest.builder()
createAssessmentReportRequest - A Consumer that will call methods on
CreateAssessmentReportRequest.Builder to create
a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateControlResponse createControl(CreateControlRequest createControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Creates a new custom control in Audit Manager.
createControlRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateControlResponse createControl(Consumer<CreateControlRequest.Builder> createControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Creates a new custom control in Audit Manager.
This is a convenience which creates an instance of the CreateControlRequest.Builder avoiding the need to
create one manually via CreateControlRequest.builder()
createControlRequest - A Consumer that will call methods on
CreateControlRequest.Builder to create a
request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAssessmentResponse deleteAssessment(DeleteAssessmentRequest deleteAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Deletes an assessment in Audit Manager.
deleteAssessmentRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAssessmentResponse deleteAssessment(Consumer<DeleteAssessmentRequest.Builder> deleteAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Deletes an assessment in Audit Manager.
This is a convenience which creates an instance of the DeleteAssessmentRequest.Builder avoiding the need
to create one manually via DeleteAssessmentRequest.builder()
deleteAssessmentRequest - A Consumer that will call methods on
DeleteAssessmentRequest.Builder to create a
request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAssessmentFrameworkResponse deleteAssessmentFramework(DeleteAssessmentFrameworkRequest deleteAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Deletes a custom framework in Audit Manager.
deleteAssessmentFrameworkRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAssessmentFrameworkResponse deleteAssessmentFramework(Consumer<DeleteAssessmentFrameworkRequest.Builder> deleteAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Deletes a custom framework in Audit Manager.
This is a convenience which creates an instance of the DeleteAssessmentFrameworkRequest.Builder avoiding
the need to create one manually via DeleteAssessmentFrameworkRequest.builder()
deleteAssessmentFrameworkRequest - A Consumer that will call methods on
DeleteAssessmentFrameworkRequest.Builder to
create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAssessmentFrameworkShareResponse deleteAssessmentFrameworkShare(DeleteAssessmentFrameworkShareRequest deleteAssessmentFrameworkShareRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Deletes a share request for a custom framework in Audit Manager.
deleteAssessmentFrameworkShareRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAssessmentFrameworkShareResponse deleteAssessmentFrameworkShare(Consumer<DeleteAssessmentFrameworkShareRequest.Builder> deleteAssessmentFrameworkShareRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Deletes a share request for a custom framework in Audit Manager.
This is a convenience which creates an instance of the DeleteAssessmentFrameworkShareRequest.Builder
avoiding the need to create one manually via DeleteAssessmentFrameworkShareRequest.builder()
deleteAssessmentFrameworkShareRequest - A Consumer that will call methods on
DeleteAssessmentFrameworkShareRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAssessmentReportResponse deleteAssessmentReport(DeleteAssessmentReportRequest deleteAssessmentReportRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
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 - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteAssessmentReportResponse deleteAssessmentReport(Consumer<DeleteAssessmentReportRequest.Builder> deleteAssessmentReportRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a convenience which creates an instance of the DeleteAssessmentReportRequest.Builder avoiding the
need to create one manually via DeleteAssessmentReportRequest.builder()
deleteAssessmentReportRequest - A Consumer that will call methods on
DeleteAssessmentReportRequest.Builder to create
a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteControlResponse deleteControl(DeleteControlRequest deleteControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
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 - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteControlResponse deleteControl(Consumer<DeleteControlRequest.Builder> deleteControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a convenience which creates an instance of the DeleteControlRequest.Builder avoiding the need to
create one manually via DeleteControlRequest.builder()
deleteControlRequest - A Consumer that will call methods on
DeleteControlRequest.Builder to create a
request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeregisterAccountResponse deregisterAccount(DeregisterAccountRequest deregisterAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
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 - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeregisterAccountResponse deregisterAccount(Consumer<DeregisterAccountRequest.Builder> deregisterAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a convenience which creates an instance of the DeregisterAccountRequest.Builder avoiding the need
to create one manually via DeregisterAccountRequest.builder()
deregisterAccountRequest - A Consumer that will call methods on
DeregisterAccountRequest.Builder to create a
request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeregisterOrganizationAdminAccountResponse deregisterOrganizationAdminAccount(DeregisterOrganizationAdminAccountRequest deregisterOrganizationAdminAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
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 - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeregisterOrganizationAdminAccountResponse deregisterOrganizationAdminAccount(Consumer<DeregisterOrganizationAdminAccountRequest.Builder> deregisterOrganizationAdminAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a convenience which creates an instance of the DeregisterOrganizationAdminAccountRequest.Builder
avoiding the need to create one manually via DeregisterOrganizationAdminAccountRequest.builder()
deregisterOrganizationAdminAccountRequest - A Consumer that will call methods on
DeregisterOrganizationAdminAccountRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateAssessmentReportEvidenceFolderResponse disassociateAssessmentReportEvidenceFolder(DisassociateAssessmentReportEvidenceFolderRequest disassociateAssessmentReportEvidenceFolderRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Disassociates an evidence folder from the specified assessment report in Audit Manager.
disassociateAssessmentReportEvidenceFolderRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateAssessmentReportEvidenceFolderResponse disassociateAssessmentReportEvidenceFolder(Consumer<DisassociateAssessmentReportEvidenceFolderRequest.Builder> disassociateAssessmentReportEvidenceFolderRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Disassociates an evidence folder from the specified assessment report in Audit Manager.
This is a convenience which creates an instance of the
DisassociateAssessmentReportEvidenceFolderRequest.Builder avoiding the need to create one manually via
DisassociateAssessmentReportEvidenceFolderRequest.builder()
disassociateAssessmentReportEvidenceFolderRequest - A Consumer that will call methods on
DisassociateAssessmentReportEvidenceFolderRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAccountStatusResponse getAccountStatus(GetAccountStatusRequest getAccountStatusRequest) throws InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the registration status of an account in Audit Manager.
getAccountStatusRequest - InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAccountStatusResponse getAccountStatus(Consumer<GetAccountStatusRequest.Builder> getAccountStatusRequest) throws InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the registration status of an account in Audit Manager.
This is a convenience which creates an instance of the GetAccountStatusRequest.Builder avoiding the need
to create one manually via GetAccountStatusRequest.builder()
getAccountStatusRequest - A Consumer that will call methods on
GetAccountStatusRequest.Builder to create a
request.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAssessmentResponse getAssessment(GetAssessmentRequest getAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets information about a specified assessment.
getAssessmentRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAssessmentResponse getAssessment(Consumer<GetAssessmentRequest.Builder> getAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets information about a specified assessment.
This is a convenience which creates an instance of the GetAssessmentRequest.Builder avoiding the need to
create one manually via GetAssessmentRequest.builder()
getAssessmentRequest - A Consumer that will call methods on
GetAssessmentRequest.Builder to create a
request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAssessmentFrameworkResponse getAssessmentFramework(GetAssessmentFrameworkRequest getAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets information about a specified framework.
getAssessmentFrameworkRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAssessmentFrameworkResponse getAssessmentFramework(Consumer<GetAssessmentFrameworkRequest.Builder> getAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets information about a specified framework.
This is a convenience which creates an instance of the GetAssessmentFrameworkRequest.Builder avoiding the
need to create one manually via GetAssessmentFrameworkRequest.builder()
getAssessmentFrameworkRequest - A Consumer that will call methods on
GetAssessmentFrameworkRequest.Builder to create
a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAssessmentReportUrlResponse getAssessmentReportUrl(GetAssessmentReportUrlRequest getAssessmentReportUrlRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Gets the URL of an assessment report in Audit Manager.
getAssessmentReportUrlRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAssessmentReportUrlResponse getAssessmentReportUrl(Consumer<GetAssessmentReportUrlRequest.Builder> getAssessmentReportUrlRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Gets the URL of an assessment report in Audit Manager.
This is a convenience which creates an instance of the GetAssessmentReportUrlRequest.Builder avoiding the
need to create one manually via GetAssessmentReportUrlRequest.builder()
getAssessmentReportUrlRequest - A Consumer that will call methods on
GetAssessmentReportUrlRequest.Builder to create
a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetChangeLogsResponse getChangeLogs(GetChangeLogsRequest getChangeLogsRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of changelogs from Audit Manager.
getChangeLogsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetChangeLogsResponse getChangeLogs(Consumer<GetChangeLogsRequest.Builder> getChangeLogsRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of changelogs from Audit Manager.
This is a convenience which creates an instance of the GetChangeLogsRequest.Builder avoiding the need to
create one manually via GetChangeLogsRequest.builder()
getChangeLogsRequest - A Consumer that will call methods on
GetChangeLogsRequest.Builder to create a
request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetChangeLogsIterable getChangeLogsPaginator(GetChangeLogsRequest getChangeLogsRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of changelogs from Audit Manager.
This is a variant of
getChangeLogs(software.amazon.awssdk.services.auditmanager.model.GetChangeLogsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetChangeLogsIterable responses = client.getChangeLogsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetChangeLogsIterable responses = client
.getChangeLogsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetChangeLogsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetChangeLogsIterable responses = client.getChangeLogsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getChangeLogs(software.amazon.awssdk.services.auditmanager.model.GetChangeLogsRequest) operation.
getChangeLogsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetChangeLogsIterable getChangeLogsPaginator(Consumer<GetChangeLogsRequest.Builder> getChangeLogsRequest) throws AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of changelogs from Audit Manager.
This is a variant of
getChangeLogs(software.amazon.awssdk.services.auditmanager.model.GetChangeLogsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetChangeLogsIterable responses = client.getChangeLogsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetChangeLogsIterable responses = client
.getChangeLogsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetChangeLogsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetChangeLogsIterable responses = client.getChangeLogsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getChangeLogs(software.amazon.awssdk.services.auditmanager.model.GetChangeLogsRequest) operation.
This is a convenience which creates an instance of the GetChangeLogsRequest.Builder avoiding the need to
create one manually via GetChangeLogsRequest.builder()
getChangeLogsRequest - A Consumer that will call methods on
GetChangeLogsRequest.Builder to create a
request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetControlResponse getControl(GetControlRequest getControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets information about a specified control.
getControlRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetControlResponse getControl(Consumer<GetControlRequest.Builder> getControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets information about a specified control.
This is a convenience which creates an instance of the GetControlRequest.Builder avoiding the need to
create one manually via GetControlRequest.builder()
getControlRequest - A Consumer that will call methods on
GetControlRequest.Builder to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDelegationsResponse getDelegations(GetDelegationsRequest getDelegationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of delegations from an audit owner to a delegate.
getDelegationsRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDelegationsResponse getDelegations(Consumer<GetDelegationsRequest.Builder> getDelegationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of delegations from an audit owner to a delegate.
This is a convenience which creates an instance of the GetDelegationsRequest.Builder avoiding the need to
create one manually via GetDelegationsRequest.builder()
getDelegationsRequest - A Consumer that will call methods on
GetDelegationsRequest.Builder to create a
request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDelegationsIterable getDelegationsPaginator(GetDelegationsRequest getDelegationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of delegations from an audit owner to a delegate.
This is a variant of
getDelegations(software.amazon.awssdk.services.auditmanager.model.GetDelegationsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetDelegationsIterable responses = client.getDelegationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetDelegationsIterable responses = client
.getDelegationsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetDelegationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetDelegationsIterable responses = client.getDelegationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getDelegations(software.amazon.awssdk.services.auditmanager.model.GetDelegationsRequest) operation.
getDelegationsRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDelegationsIterable getDelegationsPaginator(Consumer<GetDelegationsRequest.Builder> getDelegationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of delegations from an audit owner to a delegate.
This is a variant of
getDelegations(software.amazon.awssdk.services.auditmanager.model.GetDelegationsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetDelegationsIterable responses = client.getDelegationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetDelegationsIterable responses = client
.getDelegationsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetDelegationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetDelegationsIterable responses = client.getDelegationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getDelegations(software.amazon.awssdk.services.auditmanager.model.GetDelegationsRequest) operation.
This is a convenience which creates an instance of the GetDelegationsRequest.Builder avoiding the need to
create one manually via GetDelegationsRequest.builder()
getDelegationsRequest - A Consumer that will call methods on
GetDelegationsRequest.Builder to create a
request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceResponse getEvidence(GetEvidenceRequest getEvidenceRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets information about a specified evidence item.
getEvidenceRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceResponse getEvidence(Consumer<GetEvidenceRequest.Builder> getEvidenceRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets information about a specified evidence item.
This is a convenience which creates an instance of the GetEvidenceRequest.Builder avoiding the need to
create one manually via GetEvidenceRequest.builder()
getEvidenceRequest - A Consumer that will call methods on
GetEvidenceRequest.Builder to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceByEvidenceFolderResponse getEvidenceByEvidenceFolder(GetEvidenceByEvidenceFolderRequest getEvidenceByEvidenceFolderRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets all evidence from a specified evidence folder in Audit Manager.
getEvidenceByEvidenceFolderRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceByEvidenceFolderResponse getEvidenceByEvidenceFolder(Consumer<GetEvidenceByEvidenceFolderRequest.Builder> getEvidenceByEvidenceFolderRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets all evidence from a specified evidence folder in Audit Manager.
This is a convenience which creates an instance of the GetEvidenceByEvidenceFolderRequest.Builder
avoiding the need to create one manually via GetEvidenceByEvidenceFolderRequest.builder()
getEvidenceByEvidenceFolderRequest - A Consumer that will call methods on
GetEvidenceByEvidenceFolderRequest.Builder to
create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceByEvidenceFolderIterable getEvidenceByEvidenceFolderPaginator(GetEvidenceByEvidenceFolderRequest getEvidenceByEvidenceFolderRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets all evidence from a specified evidence folder in Audit Manager.
This is a variant of
getEvidenceByEvidenceFolder(software.amazon.awssdk.services.auditmanager.model.GetEvidenceByEvidenceFolderRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceByEvidenceFolderIterable responses = client.getEvidenceByEvidenceFolderPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceByEvidenceFolderIterable responses = client
.getEvidenceByEvidenceFolderPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetEvidenceByEvidenceFolderResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceByEvidenceFolderIterable responses = client.getEvidenceByEvidenceFolderPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getEvidenceByEvidenceFolder(software.amazon.awssdk.services.auditmanager.model.GetEvidenceByEvidenceFolderRequest)
operation.
getEvidenceByEvidenceFolderRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceByEvidenceFolderIterable getEvidenceByEvidenceFolderPaginator(Consumer<GetEvidenceByEvidenceFolderRequest.Builder> getEvidenceByEvidenceFolderRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets all evidence from a specified evidence folder in Audit Manager.
This is a variant of
getEvidenceByEvidenceFolder(software.amazon.awssdk.services.auditmanager.model.GetEvidenceByEvidenceFolderRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceByEvidenceFolderIterable responses = client.getEvidenceByEvidenceFolderPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceByEvidenceFolderIterable responses = client
.getEvidenceByEvidenceFolderPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetEvidenceByEvidenceFolderResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceByEvidenceFolderIterable responses = client.getEvidenceByEvidenceFolderPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getEvidenceByEvidenceFolder(software.amazon.awssdk.services.auditmanager.model.GetEvidenceByEvidenceFolderRequest)
operation.
This is a convenience which creates an instance of the GetEvidenceByEvidenceFolderRequest.Builder
avoiding the need to create one manually via GetEvidenceByEvidenceFolderRequest.builder()
getEvidenceByEvidenceFolderRequest - A Consumer that will call methods on
GetEvidenceByEvidenceFolderRequest.Builder to
create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFileUploadUrlResponse getEvidenceFileUploadUrl(GetEvidenceFileUploadUrlRequest getEvidenceFileUploadUrlRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, AuditManagerException
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 - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFileUploadUrlResponse getEvidenceFileUploadUrl(Consumer<GetEvidenceFileUploadUrlRequest.Builder> getEvidenceFileUploadUrlRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a convenience which creates an instance of the GetEvidenceFileUploadUrlRequest.Builder avoiding
the need to create one manually via GetEvidenceFileUploadUrlRequest.builder()
getEvidenceFileUploadUrlRequest - A Consumer that will call methods on
GetEvidenceFileUploadUrlRequest.Builder to
create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFolderResponse getEvidenceFolder(GetEvidenceFolderRequest getEvidenceFolderRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets an evidence folder from a specified assessment in Audit Manager.
getEvidenceFolderRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFolderResponse getEvidenceFolder(Consumer<GetEvidenceFolderRequest.Builder> getEvidenceFolderRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets an evidence folder from a specified assessment in Audit Manager.
This is a convenience which creates an instance of the GetEvidenceFolderRequest.Builder avoiding the need
to create one manually via GetEvidenceFolderRequest.builder()
getEvidenceFolderRequest - A Consumer that will call methods on
GetEvidenceFolderRequest.Builder to create a
request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFoldersByAssessmentResponse getEvidenceFoldersByAssessment(GetEvidenceFoldersByAssessmentRequest getEvidenceFoldersByAssessmentRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the evidence folders from a specified assessment in Audit Manager.
getEvidenceFoldersByAssessmentRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFoldersByAssessmentResponse getEvidenceFoldersByAssessment(Consumer<GetEvidenceFoldersByAssessmentRequest.Builder> getEvidenceFoldersByAssessmentRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the evidence folders from a specified assessment in Audit Manager.
This is a convenience which creates an instance of the GetEvidenceFoldersByAssessmentRequest.Builder
avoiding the need to create one manually via GetEvidenceFoldersByAssessmentRequest.builder()
getEvidenceFoldersByAssessmentRequest - A Consumer that will call methods on
GetEvidenceFoldersByAssessmentRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFoldersByAssessmentIterable getEvidenceFoldersByAssessmentPaginator(GetEvidenceFoldersByAssessmentRequest getEvidenceFoldersByAssessmentRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the evidence folders from a specified assessment in Audit Manager.
This is a variant of
getEvidenceFoldersByAssessment(software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentIterable responses = client.getEvidenceFoldersByAssessmentPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentIterable responses = client
.getEvidenceFoldersByAssessmentPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentIterable responses = client.getEvidenceFoldersByAssessmentPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getEvidenceFoldersByAssessment(software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentRequest)
operation.
getEvidenceFoldersByAssessmentRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFoldersByAssessmentIterable getEvidenceFoldersByAssessmentPaginator(Consumer<GetEvidenceFoldersByAssessmentRequest.Builder> getEvidenceFoldersByAssessmentRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the evidence folders from a specified assessment in Audit Manager.
This is a variant of
getEvidenceFoldersByAssessment(software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentIterable responses = client.getEvidenceFoldersByAssessmentPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentIterable responses = client
.getEvidenceFoldersByAssessmentPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentIterable responses = client.getEvidenceFoldersByAssessmentPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getEvidenceFoldersByAssessment(software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentRequest)
operation.
This is a convenience which creates an instance of the GetEvidenceFoldersByAssessmentRequest.Builder
avoiding the need to create one manually via GetEvidenceFoldersByAssessmentRequest.builder()
getEvidenceFoldersByAssessmentRequest - A Consumer that will call methods on
GetEvidenceFoldersByAssessmentRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFoldersByAssessmentControlResponse getEvidenceFoldersByAssessmentControl(GetEvidenceFoldersByAssessmentControlRequest getEvidenceFoldersByAssessmentControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
getEvidenceFoldersByAssessmentControlRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFoldersByAssessmentControlResponse getEvidenceFoldersByAssessmentControl(Consumer<GetEvidenceFoldersByAssessmentControlRequest.Builder> getEvidenceFoldersByAssessmentControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
This is a convenience which creates an instance of the
GetEvidenceFoldersByAssessmentControlRequest.Builder avoiding the need to create one manually via
GetEvidenceFoldersByAssessmentControlRequest.builder()
getEvidenceFoldersByAssessmentControlRequest - A Consumer that will call methods on
GetEvidenceFoldersByAssessmentControlRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFoldersByAssessmentControlIterable getEvidenceFoldersByAssessmentControlPaginator(GetEvidenceFoldersByAssessmentControlRequest getEvidenceFoldersByAssessmentControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
This is a variant of
getEvidenceFoldersByAssessmentControl(software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentControlRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentControlIterable responses = client.getEvidenceFoldersByAssessmentControlPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentControlIterable responses = client
.getEvidenceFoldersByAssessmentControlPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentControlResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentControlIterable responses = client.getEvidenceFoldersByAssessmentControlPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getEvidenceFoldersByAssessmentControl(software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentControlRequest)
operation.
getEvidenceFoldersByAssessmentControlRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEvidenceFoldersByAssessmentControlIterable getEvidenceFoldersByAssessmentControlPaginator(Consumer<GetEvidenceFoldersByAssessmentControlRequest.Builder> getEvidenceFoldersByAssessmentControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
This is a variant of
getEvidenceFoldersByAssessmentControl(software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentControlRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentControlIterable responses = client.getEvidenceFoldersByAssessmentControlPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentControlIterable responses = client
.getEvidenceFoldersByAssessmentControlPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentControlResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.GetEvidenceFoldersByAssessmentControlIterable responses = client.getEvidenceFoldersByAssessmentControlPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getEvidenceFoldersByAssessmentControl(software.amazon.awssdk.services.auditmanager.model.GetEvidenceFoldersByAssessmentControlRequest)
operation.
This is a convenience which creates an instance of the
GetEvidenceFoldersByAssessmentControlRequest.Builder avoiding the need to create one manually via
GetEvidenceFoldersByAssessmentControlRequest.builder()
getEvidenceFoldersByAssessmentControlRequest - A Consumer that will call methods on
GetEvidenceFoldersByAssessmentControlRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetInsightsResponse getInsights(GetInsightsRequest getInsightsRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the latest analytics data for all your current active assessments.
getInsightsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetInsightsResponse getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the latest analytics data for all your current active assessments.
This is a convenience which creates an instance of the GetInsightsRequest.Builder avoiding the need to
create one manually via GetInsightsRequest.builder()
getInsightsRequest - A Consumer that will call methods on
GetInsightsRequest.Builder to create a request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetInsightsByAssessmentResponse getInsightsByAssessment(GetInsightsByAssessmentRequest getInsightsByAssessmentRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the latest analytics data for a specific active assessment.
getInsightsByAssessmentRequest - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetInsightsByAssessmentResponse getInsightsByAssessment(Consumer<GetInsightsByAssessmentRequest.Builder> getInsightsByAssessmentRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the latest analytics data for a specific active assessment.
This is a convenience which creates an instance of the GetInsightsByAssessmentRequest.Builder avoiding
the need to create one manually via GetInsightsByAssessmentRequest.builder()
getInsightsByAssessmentRequest - A Consumer that will call methods on
GetInsightsByAssessmentRequest.Builder to
create a request.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetOrganizationAdminAccountResponse getOrganizationAdminAccount(GetOrganizationAdminAccountRequest getOrganizationAdminAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
getOrganizationAdminAccountRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetOrganizationAdminAccountResponse getOrganizationAdminAccount(Consumer<GetOrganizationAdminAccountRequest.Builder> getOrganizationAdminAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
This is a convenience which creates an instance of the GetOrganizationAdminAccountRequest.Builder
avoiding the need to create one manually via GetOrganizationAdminAccountRequest.builder()
getOrganizationAdminAccountRequest - A Consumer that will call methods on
GetOrganizationAdminAccountRequest.Builder to
create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServicesInScopeResponse getServicesInScope(GetServicesInScopeRequest getServicesInScopeRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of all of the Amazon Web Services that you can choose to include in your assessment. When you create an assessment, specify which of these services you want to include to narrow the assessment's scope.
getServicesInScopeRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServicesInScopeResponse getServicesInScope(Consumer<GetServicesInScopeRequest.Builder> getServicesInScopeRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets a list of all of the Amazon Web Services that you can choose to include in your assessment. When you create an assessment, specify which of these services you want to include to narrow the assessment's scope.
This is a convenience which creates an instance of the GetServicesInScopeRequest.Builder avoiding the
need to create one manually via GetServicesInScopeRequest.builder()
getServicesInScopeRequest - A Consumer that will call methods on
GetServicesInScopeRequest.Builder to create a
request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSettingsResponse getSettings(GetSettingsRequest getSettingsRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the settings for a specified Amazon Web Services account.
getSettingsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSettingsResponse getSettings(Consumer<GetSettingsRequest.Builder> getSettingsRequest) throws AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Gets the settings for a specified Amazon Web Services account.
This is a convenience which creates an instance of the GetSettingsRequest.Builder avoiding the need to
create one manually via GetSettingsRequest.builder()
getSettingsRequest - A Consumer that will call methods on
GetSettingsRequest.Builder to create a request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentControlInsightsByControlDomainResponse listAssessmentControlInsightsByControlDomain(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
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 - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentControlInsightsByControlDomainResponse listAssessmentControlInsightsByControlDomain(Consumer<ListAssessmentControlInsightsByControlDomainRequest.Builder> listAssessmentControlInsightsByControlDomainRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a convenience which creates an instance of the
ListAssessmentControlInsightsByControlDomainRequest.Builder avoiding the need to create one manually via
ListAssessmentControlInsightsByControlDomainRequest.builder()
listAssessmentControlInsightsByControlDomainRequest - A Consumer that will call methods on
ListAssessmentControlInsightsByControlDomainRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentControlInsightsByControlDomainIterable listAssessmentControlInsightsByControlDomainPaginator(ListAssessmentControlInsightsByControlDomainRequest listAssessmentControlInsightsByControlDomainRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a variant of
listAssessmentControlInsightsByControlDomain(software.amazon.awssdk.services.auditmanager.model.ListAssessmentControlInsightsByControlDomainRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentControlInsightsByControlDomainIterable responses = client.listAssessmentControlInsightsByControlDomainPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentControlInsightsByControlDomainIterable responses = client
.listAssessmentControlInsightsByControlDomainPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentControlInsightsByControlDomainResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentControlInsightsByControlDomainIterable responses = client.listAssessmentControlInsightsByControlDomainPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessmentControlInsightsByControlDomain(software.amazon.awssdk.services.auditmanager.model.ListAssessmentControlInsightsByControlDomainRequest)
operation.
listAssessmentControlInsightsByControlDomainRequest - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentControlInsightsByControlDomainIterable listAssessmentControlInsightsByControlDomainPaginator(Consumer<ListAssessmentControlInsightsByControlDomainRequest.Builder> listAssessmentControlInsightsByControlDomainRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a variant of
listAssessmentControlInsightsByControlDomain(software.amazon.awssdk.services.auditmanager.model.ListAssessmentControlInsightsByControlDomainRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentControlInsightsByControlDomainIterable responses = client.listAssessmentControlInsightsByControlDomainPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentControlInsightsByControlDomainIterable responses = client
.listAssessmentControlInsightsByControlDomainPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentControlInsightsByControlDomainResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentControlInsightsByControlDomainIterable responses = client.listAssessmentControlInsightsByControlDomainPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessmentControlInsightsByControlDomain(software.amazon.awssdk.services.auditmanager.model.ListAssessmentControlInsightsByControlDomainRequest)
operation.
This is a convenience which creates an instance of the
ListAssessmentControlInsightsByControlDomainRequest.Builder avoiding the need to create one manually via
ListAssessmentControlInsightsByControlDomainRequest.builder()
listAssessmentControlInsightsByControlDomainRequest - A Consumer that will call methods on
ListAssessmentControlInsightsByControlDomainRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentFrameworkShareRequestsResponse listAssessmentFrameworkShareRequests(ListAssessmentFrameworkShareRequestsRequest listAssessmentFrameworkShareRequestsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
listAssessmentFrameworkShareRequestsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentFrameworkShareRequestsResponse listAssessmentFrameworkShareRequests(Consumer<ListAssessmentFrameworkShareRequestsRequest.Builder> listAssessmentFrameworkShareRequestsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
This is a convenience which creates an instance of the
ListAssessmentFrameworkShareRequestsRequest.Builder avoiding the need to create one manually via
ListAssessmentFrameworkShareRequestsRequest.builder()
listAssessmentFrameworkShareRequestsRequest - A Consumer that will call methods on
ListAssessmentFrameworkShareRequestsRequest.Builder
to create a request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentFrameworkShareRequestsIterable listAssessmentFrameworkShareRequestsPaginator(ListAssessmentFrameworkShareRequestsRequest listAssessmentFrameworkShareRequestsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
This is a variant of
listAssessmentFrameworkShareRequests(software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworkShareRequestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworkShareRequestsIterable responses = client.listAssessmentFrameworkShareRequestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworkShareRequestsIterable responses = client
.listAssessmentFrameworkShareRequestsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworkShareRequestsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworkShareRequestsIterable responses = client.listAssessmentFrameworkShareRequestsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessmentFrameworkShareRequests(software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworkShareRequestsRequest)
operation.
listAssessmentFrameworkShareRequestsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentFrameworkShareRequestsIterable listAssessmentFrameworkShareRequestsPaginator(Consumer<ListAssessmentFrameworkShareRequestsRequest.Builder> listAssessmentFrameworkShareRequestsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
This is a variant of
listAssessmentFrameworkShareRequests(software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworkShareRequestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworkShareRequestsIterable responses = client.listAssessmentFrameworkShareRequestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworkShareRequestsIterable responses = client
.listAssessmentFrameworkShareRequestsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworkShareRequestsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworkShareRequestsIterable responses = client.listAssessmentFrameworkShareRequestsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessmentFrameworkShareRequests(software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworkShareRequestsRequest)
operation.
This is a convenience which creates an instance of the
ListAssessmentFrameworkShareRequestsRequest.Builder avoiding the need to create one manually via
ListAssessmentFrameworkShareRequestsRequest.builder()
listAssessmentFrameworkShareRequestsRequest - A Consumer that will call methods on
ListAssessmentFrameworkShareRequestsRequest.Builder
to create a request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentFrameworksResponse listAssessmentFrameworks(ListAssessmentFrameworksRequest listAssessmentFrameworksRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of the frameworks that are available in the Audit Manager framework library.
listAssessmentFrameworksRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentFrameworksResponse listAssessmentFrameworks(Consumer<ListAssessmentFrameworksRequest.Builder> listAssessmentFrameworksRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of the frameworks that are available in the Audit Manager framework library.
This is a convenience which creates an instance of the ListAssessmentFrameworksRequest.Builder avoiding
the need to create one manually via ListAssessmentFrameworksRequest.builder()
listAssessmentFrameworksRequest - A Consumer that will call methods on
ListAssessmentFrameworksRequest.Builder to
create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentFrameworksIterable listAssessmentFrameworksPaginator(ListAssessmentFrameworksRequest listAssessmentFrameworksRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of the frameworks that are available in the Audit Manager framework library.
This is a variant of
listAssessmentFrameworks(software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworksIterable responses = client.listAssessmentFrameworksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworksIterable responses = client
.listAssessmentFrameworksPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworksResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworksIterable responses = client.listAssessmentFrameworksPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessmentFrameworks(software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworksRequest)
operation.
listAssessmentFrameworksRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentFrameworksIterable listAssessmentFrameworksPaginator(Consumer<ListAssessmentFrameworksRequest.Builder> listAssessmentFrameworksRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of the frameworks that are available in the Audit Manager framework library.
This is a variant of
listAssessmentFrameworks(software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworksIterable responses = client.listAssessmentFrameworksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworksIterable responses = client
.listAssessmentFrameworksPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworksResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentFrameworksIterable responses = client.listAssessmentFrameworksPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessmentFrameworks(software.amazon.awssdk.services.auditmanager.model.ListAssessmentFrameworksRequest)
operation.
This is a convenience which creates an instance of the ListAssessmentFrameworksRequest.Builder avoiding
the need to create one manually via ListAssessmentFrameworksRequest.builder()
listAssessmentFrameworksRequest - A Consumer that will call methods on
ListAssessmentFrameworksRequest.Builder to
create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentReportsResponse listAssessmentReports(ListAssessmentReportsRequest listAssessmentReportsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of assessment reports created in Audit Manager.
listAssessmentReportsRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentReportsResponse listAssessmentReports(Consumer<ListAssessmentReportsRequest.Builder> listAssessmentReportsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of assessment reports created in Audit Manager.
This is a convenience which creates an instance of the ListAssessmentReportsRequest.Builder avoiding the
need to create one manually via ListAssessmentReportsRequest.builder()
listAssessmentReportsRequest - A Consumer that will call methods on
ListAssessmentReportsRequest.Builder to create
a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentReportsIterable listAssessmentReportsPaginator(ListAssessmentReportsRequest listAssessmentReportsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of assessment reports created in Audit Manager.
This is a variant of
listAssessmentReports(software.amazon.awssdk.services.auditmanager.model.ListAssessmentReportsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentReportsIterable responses = client.listAssessmentReportsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentReportsIterable responses = client
.listAssessmentReportsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentReportsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentReportsIterable responses = client.listAssessmentReportsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessmentReports(software.amazon.awssdk.services.auditmanager.model.ListAssessmentReportsRequest)
operation.
listAssessmentReportsRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentReportsIterable listAssessmentReportsPaginator(Consumer<ListAssessmentReportsRequest.Builder> listAssessmentReportsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of assessment reports created in Audit Manager.
This is a variant of
listAssessmentReports(software.amazon.awssdk.services.auditmanager.model.ListAssessmentReportsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentReportsIterable responses = client.listAssessmentReportsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentReportsIterable responses = client
.listAssessmentReportsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentReportsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentReportsIterable responses = client.listAssessmentReportsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessmentReports(software.amazon.awssdk.services.auditmanager.model.ListAssessmentReportsRequest)
operation.
This is a convenience which creates an instance of the ListAssessmentReportsRequest.Builder avoiding the
need to create one manually via ListAssessmentReportsRequest.builder()
listAssessmentReportsRequest - A Consumer that will call methods on
ListAssessmentReportsRequest.Builder to create
a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentsResponse listAssessments(ListAssessmentsRequest listAssessmentsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of current and past assessments from Audit Manager.
listAssessmentsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentsResponse listAssessments(Consumer<ListAssessmentsRequest.Builder> listAssessmentsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of current and past assessments from Audit Manager.
This is a convenience which creates an instance of the ListAssessmentsRequest.Builder avoiding the need
to create one manually via ListAssessmentsRequest.builder()
listAssessmentsRequest - A Consumer that will call methods on
ListAssessmentsRequest.Builder to create a
request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentsIterable listAssessmentsPaginator(ListAssessmentsRequest listAssessmentsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of current and past assessments from Audit Manager.
This is a variant of
listAssessments(software.amazon.awssdk.services.auditmanager.model.ListAssessmentsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentsIterable responses = client.listAssessmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentsIterable responses = client
.listAssessmentsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentsIterable responses = client.listAssessmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessments(software.amazon.awssdk.services.auditmanager.model.ListAssessmentsRequest)
operation.
listAssessmentsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListAssessmentsIterable listAssessmentsPaginator(Consumer<ListAssessmentsRequest.Builder> listAssessmentsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of current and past assessments from Audit Manager.
This is a variant of
listAssessments(software.amazon.awssdk.services.auditmanager.model.ListAssessmentsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentsIterable responses = client.listAssessmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentsIterable responses = client
.listAssessmentsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListAssessmentsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListAssessmentsIterable responses = client.listAssessmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAssessments(software.amazon.awssdk.services.auditmanager.model.ListAssessmentsRequest)
operation.
This is a convenience which creates an instance of the ListAssessmentsRequest.Builder avoiding the need
to create one manually via ListAssessmentsRequest.builder()
listAssessmentsRequest - A Consumer that will call methods on
ListAssessmentsRequest.Builder to create a
request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlDomainInsightsResponse listControlDomainInsights(ListControlDomainInsightsRequest listControlDomainInsightsRequest) throws ResourceNotFoundException, AccessDeniedException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, AuditManagerException
Lists the latest analytics data for control domains across all of your active assessments.
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 - ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlDomainInsightsResponse listControlDomainInsights(Consumer<ListControlDomainInsightsRequest.Builder> listControlDomainInsightsRequest) throws ResourceNotFoundException, AccessDeniedException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, AuditManagerException
Lists the latest analytics data for control domains across all of your active assessments.
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.
This is a convenience which creates an instance of the ListControlDomainInsightsRequest.Builder avoiding
the need to create one manually via ListControlDomainInsightsRequest.builder()
listControlDomainInsightsRequest - A Consumer that will call methods on
ListControlDomainInsightsRequest.Builder to
create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlDomainInsightsIterable listControlDomainInsightsPaginator(ListControlDomainInsightsRequest listControlDomainInsightsRequest) throws ResourceNotFoundException, AccessDeniedException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, AuditManagerException
Lists the latest analytics data for control domains across all of your active assessments.
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.
This is a variant of
listControlDomainInsights(software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsIterable responses = client.listControlDomainInsightsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsIterable responses = client
.listControlDomainInsightsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsIterable responses = client.listControlDomainInsightsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControlDomainInsights(software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsRequest)
operation.
listControlDomainInsightsRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlDomainInsightsIterable listControlDomainInsightsPaginator(Consumer<ListControlDomainInsightsRequest.Builder> listControlDomainInsightsRequest) throws ResourceNotFoundException, AccessDeniedException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, AuditManagerException
Lists the latest analytics data for control domains across all of your active assessments.
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.
This is a variant of
listControlDomainInsights(software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsIterable responses = client.listControlDomainInsightsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsIterable responses = client
.listControlDomainInsightsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsIterable responses = client.listControlDomainInsightsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControlDomainInsights(software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsRequest)
operation.
This is a convenience which creates an instance of the ListControlDomainInsightsRequest.Builder avoiding
the need to create one manually via ListControlDomainInsightsRequest.builder()
listControlDomainInsightsRequest - A Consumer that will call methods on
ListControlDomainInsightsRequest.Builder to
create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlDomainInsightsByAssessmentResponse listControlDomainInsightsByAssessment(ListControlDomainInsightsByAssessmentRequest listControlDomainInsightsByAssessmentRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Lists analytics data for control domains within a specified active assessment.
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 - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlDomainInsightsByAssessmentResponse listControlDomainInsightsByAssessment(Consumer<ListControlDomainInsightsByAssessmentRequest.Builder> listControlDomainInsightsByAssessmentRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Lists analytics data for control domains within a specified active assessment.
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.
This is a convenience which creates an instance of the
ListControlDomainInsightsByAssessmentRequest.Builder avoiding the need to create one manually via
ListControlDomainInsightsByAssessmentRequest.builder()
listControlDomainInsightsByAssessmentRequest - A Consumer that will call methods on
ListControlDomainInsightsByAssessmentRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlDomainInsightsByAssessmentIterable listControlDomainInsightsByAssessmentPaginator(ListControlDomainInsightsByAssessmentRequest listControlDomainInsightsByAssessmentRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Lists analytics data for control domains within a specified active assessment.
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.
This is a variant of
listControlDomainInsightsByAssessment(software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsByAssessmentRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsByAssessmentIterable responses = client.listControlDomainInsightsByAssessmentPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsByAssessmentIterable responses = client
.listControlDomainInsightsByAssessmentPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsByAssessmentResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsByAssessmentIterable responses = client.listControlDomainInsightsByAssessmentPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControlDomainInsightsByAssessment(software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsByAssessmentRequest)
operation.
listControlDomainInsightsByAssessmentRequest - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlDomainInsightsByAssessmentIterable listControlDomainInsightsByAssessmentPaginator(Consumer<ListControlDomainInsightsByAssessmentRequest.Builder> listControlDomainInsightsByAssessmentRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Lists analytics data for control domains within a specified active assessment.
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.
This is a variant of
listControlDomainInsightsByAssessment(software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsByAssessmentRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsByAssessmentIterable responses = client.listControlDomainInsightsByAssessmentPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsByAssessmentIterable responses = client
.listControlDomainInsightsByAssessmentPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsByAssessmentResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListControlDomainInsightsByAssessmentIterable responses = client.listControlDomainInsightsByAssessmentPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControlDomainInsightsByAssessment(software.amazon.awssdk.services.auditmanager.model.ListControlDomainInsightsByAssessmentRequest)
operation.
This is a convenience which creates an instance of the
ListControlDomainInsightsByAssessmentRequest.Builder avoiding the need to create one manually via
ListControlDomainInsightsByAssessmentRequest.builder()
listControlDomainInsightsByAssessmentRequest - A Consumer that will call methods on
ListControlDomainInsightsByAssessmentRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlInsightsByControlDomainResponse listControlInsightsByControlDomain(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest) throws ResourceNotFoundException, AccessDeniedException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, AuditManagerException
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 - ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlInsightsByControlDomainResponse listControlInsightsByControlDomain(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest) throws ResourceNotFoundException, AccessDeniedException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a convenience which creates an instance of the ListControlInsightsByControlDomainRequest.Builder
avoiding the need to create one manually via ListControlInsightsByControlDomainRequest.builder()
listControlInsightsByControlDomainRequest - A Consumer that will call methods on
ListControlInsightsByControlDomainRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlInsightsByControlDomainIterable listControlInsightsByControlDomainPaginator(ListControlInsightsByControlDomainRequest listControlInsightsByControlDomainRequest) throws ResourceNotFoundException, AccessDeniedException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a variant of
listControlInsightsByControlDomain(software.amazon.awssdk.services.auditmanager.model.ListControlInsightsByControlDomainRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListControlInsightsByControlDomainIterable responses = client.listControlInsightsByControlDomainPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListControlInsightsByControlDomainIterable responses = client
.listControlInsightsByControlDomainPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListControlInsightsByControlDomainResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListControlInsightsByControlDomainIterable responses = client.listControlInsightsByControlDomainPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControlInsightsByControlDomain(software.amazon.awssdk.services.auditmanager.model.ListControlInsightsByControlDomainRequest)
operation.
listControlInsightsByControlDomainRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlInsightsByControlDomainIterable listControlInsightsByControlDomainPaginator(Consumer<ListControlInsightsByControlDomainRequest.Builder> listControlInsightsByControlDomainRequest) throws ResourceNotFoundException, AccessDeniedException, InternalServerException, ValidationException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a variant of
listControlInsightsByControlDomain(software.amazon.awssdk.services.auditmanager.model.ListControlInsightsByControlDomainRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListControlInsightsByControlDomainIterable responses = client.listControlInsightsByControlDomainPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListControlInsightsByControlDomainIterable responses = client
.listControlInsightsByControlDomainPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListControlInsightsByControlDomainResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListControlInsightsByControlDomainIterable responses = client.listControlInsightsByControlDomainPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControlInsightsByControlDomain(software.amazon.awssdk.services.auditmanager.model.ListControlInsightsByControlDomainRequest)
operation.
This is a convenience which creates an instance of the ListControlInsightsByControlDomainRequest.Builder
avoiding the need to create one manually via ListControlInsightsByControlDomainRequest.builder()
listControlInsightsByControlDomainRequest - A Consumer that will call methods on
ListControlInsightsByControlDomainRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlsResponse listControls(ListControlsRequest listControlsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of controls from Audit Manager.
listControlsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlsResponse listControls(Consumer<ListControlsRequest.Builder> listControlsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of controls from Audit Manager.
This is a convenience which creates an instance of the ListControlsRequest.Builder avoiding the need to
create one manually via ListControlsRequest.builder()
listControlsRequest - A Consumer that will call methods on
ListControlsRequest.Builder to create a
request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlsIterable listControlsPaginator(ListControlsRequest listControlsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of controls from Audit Manager.
This is a variant of
listControls(software.amazon.awssdk.services.auditmanager.model.ListControlsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListControlsIterable responses = client.listControlsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListControlsIterable responses = client
.listControlsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListControlsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListControlsIterable responses = client.listControlsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControls(software.amazon.awssdk.services.auditmanager.model.ListControlsRequest) operation.
listControlsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListControlsIterable listControlsPaginator(Consumer<ListControlsRequest.Builder> listControlsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of controls from Audit Manager.
This is a variant of
listControls(software.amazon.awssdk.services.auditmanager.model.ListControlsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListControlsIterable responses = client.listControlsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListControlsIterable responses = client
.listControlsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListControlsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListControlsIterable responses = client.listControlsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listControls(software.amazon.awssdk.services.auditmanager.model.ListControlsRequest) operation.
This is a convenience which creates an instance of the ListControlsRequest.Builder avoiding the need to
create one manually via ListControlsRequest.builder()
listControlsRequest - A Consumer that will call methods on
ListControlsRequest.Builder to create a
request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListKeywordsForDataSourceResponse listKeywordsForDataSource(ListKeywordsForDataSourceRequest listKeywordsForDataSourceRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of keywords that are pre-mapped to the specified control data source.
listKeywordsForDataSourceRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListKeywordsForDataSourceResponse listKeywordsForDataSource(Consumer<ListKeywordsForDataSourceRequest.Builder> listKeywordsForDataSourceRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of keywords that are pre-mapped to the specified control data source.
This is a convenience which creates an instance of the ListKeywordsForDataSourceRequest.Builder avoiding
the need to create one manually via ListKeywordsForDataSourceRequest.builder()
listKeywordsForDataSourceRequest - A Consumer that will call methods on
ListKeywordsForDataSourceRequest.Builder to
create a request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListKeywordsForDataSourceIterable listKeywordsForDataSourcePaginator(ListKeywordsForDataSourceRequest listKeywordsForDataSourceRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of keywords that are pre-mapped to the specified control data source.
This is a variant of
listKeywordsForDataSource(software.amazon.awssdk.services.auditmanager.model.ListKeywordsForDataSourceRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListKeywordsForDataSourceIterable responses = client.listKeywordsForDataSourcePaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListKeywordsForDataSourceIterable responses = client
.listKeywordsForDataSourcePaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListKeywordsForDataSourceResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListKeywordsForDataSourceIterable responses = client.listKeywordsForDataSourcePaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listKeywordsForDataSource(software.amazon.awssdk.services.auditmanager.model.ListKeywordsForDataSourceRequest)
operation.
listKeywordsForDataSourceRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListKeywordsForDataSourceIterable listKeywordsForDataSourcePaginator(Consumer<ListKeywordsForDataSourceRequest.Builder> listKeywordsForDataSourceRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of keywords that are pre-mapped to the specified control data source.
This is a variant of
listKeywordsForDataSource(software.amazon.awssdk.services.auditmanager.model.ListKeywordsForDataSourceRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListKeywordsForDataSourceIterable responses = client.listKeywordsForDataSourcePaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListKeywordsForDataSourceIterable responses = client
.listKeywordsForDataSourcePaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListKeywordsForDataSourceResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListKeywordsForDataSourceIterable responses = client.listKeywordsForDataSourcePaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listKeywordsForDataSource(software.amazon.awssdk.services.auditmanager.model.ListKeywordsForDataSourceRequest)
operation.
This is a convenience which creates an instance of the ListKeywordsForDataSourceRequest.Builder avoiding
the need to create one manually via ListKeywordsForDataSourceRequest.builder()
listKeywordsForDataSourceRequest - A Consumer that will call methods on
ListKeywordsForDataSourceRequest.Builder to
create a request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNotificationsResponse listNotifications(ListNotificationsRequest listNotificationsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of all Audit Manager notifications.
listNotificationsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNotificationsResponse listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of all Audit Manager notifications.
This is a convenience which creates an instance of the ListNotificationsRequest.Builder avoiding the need
to create one manually via ListNotificationsRequest.builder()
listNotificationsRequest - A Consumer that will call methods on
ListNotificationsRequest.Builder to create a
request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNotificationsIterable listNotificationsPaginator(ListNotificationsRequest listNotificationsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of all Audit Manager notifications.
This is a variant of
listNotifications(software.amazon.awssdk.services.auditmanager.model.ListNotificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListNotificationsIterable responses = client.listNotificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListNotificationsIterable responses = client
.listNotificationsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListNotificationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListNotificationsIterable responses = client.listNotificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listNotifications(software.amazon.awssdk.services.auditmanager.model.ListNotificationsRequest)
operation.
listNotificationsRequest - AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListNotificationsIterable listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of all Audit Manager notifications.
This is a variant of
listNotifications(software.amazon.awssdk.services.auditmanager.model.ListNotificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.auditmanager.paginators.ListNotificationsIterable responses = client.listNotificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.auditmanager.paginators.ListNotificationsIterable responses = client
.listNotificationsPaginator(request);
for (software.amazon.awssdk.services.auditmanager.model.ListNotificationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.auditmanager.paginators.ListNotificationsIterable responses = client.listNotificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listNotifications(software.amazon.awssdk.services.auditmanager.model.ListNotificationsRequest)
operation.
This is a convenience which creates an instance of the ListNotificationsRequest.Builder avoiding the need
to create one manually via ListNotificationsRequest.builder()
listNotificationsRequest - A Consumer that will call methods on
ListNotificationsRequest.Builder to create a
request.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws InternalServerException, ValidationException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of tags for the specified resource in Audit Manager.
listTagsForResourceRequest - InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws InternalServerException, ValidationException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of tags for the specified resource in Audit Manager.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on
ListTagsForResourceRequest.Builder to create a
request.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RegisterAccountResponse registerAccount(RegisterAccountRequest registerAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, AuditManagerException
Enables Audit Manager for the specified Amazon Web Services account.
registerAccountRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RegisterAccountResponse registerAccount(Consumer<RegisterAccountRequest.Builder> registerAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, AuditManagerException
Enables Audit Manager for the specified Amazon Web Services account.
This is a convenience which creates an instance of the RegisterAccountRequest.Builder avoiding the need
to create one manually via RegisterAccountRequest.builder()
registerAccountRequest - A Consumer that will call methods on
RegisterAccountRequest.Builder to create a
request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.ThrottlingException - The request was denied due to request throttling.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RegisterOrganizationAdminAccountResponse registerOrganizationAdminAccount(RegisterOrganizationAdminAccountRequest registerOrganizationAdminAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
registerOrganizationAdminAccountRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault RegisterOrganizationAdminAccountResponse registerOrganizationAdminAccount(Consumer<RegisterOrganizationAdminAccountRequest.Builder> registerOrganizationAdminAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
This is a convenience which creates an instance of the RegisterOrganizationAdminAccountRequest.Builder
avoiding the need to create one manually via RegisterOrganizationAdminAccountRequest.builder()
registerOrganizationAdminAccountRequest - A Consumer that will call methods on
RegisterOrganizationAdminAccountRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartAssessmentFrameworkShareResponse startAssessmentFrameworkShare(StartAssessmentFrameworkShareRequest startAssessmentFrameworkShareRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
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 - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartAssessmentFrameworkShareResponse startAssessmentFrameworkShare(Consumer<StartAssessmentFrameworkShareRequest.Builder> startAssessmentFrameworkShareRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
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.
This is a convenience which creates an instance of the StartAssessmentFrameworkShareRequest.Builder
avoiding the need to create one manually via StartAssessmentFrameworkShareRequest.builder()
startAssessmentFrameworkShareRequest - A Consumer that will call methods on
StartAssessmentFrameworkShareRequest.Builder to
create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws InternalServerException, ValidationException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Tags the specified resource in Audit Manager.
tagResourceRequest - InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws InternalServerException, ValidationException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Tags the specified resource in Audit Manager.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on
TagResourceRequest.Builder to create a request.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws InternalServerException, ValidationException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Removes a tag from a resource in Audit Manager.
untagResourceRequest - InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws InternalServerException, ValidationException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Removes a tag from a resource in Audit Manager.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on
UntagResourceRequest.Builder to create a
request.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentResponse updateAssessment(UpdateAssessmentRequest updateAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Edits an Audit Manager assessment.
updateAssessmentRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentResponse updateAssessment(Consumer<UpdateAssessmentRequest.Builder> updateAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Edits an Audit Manager assessment.
This is a convenience which creates an instance of the UpdateAssessmentRequest.Builder avoiding the need
to create one manually via UpdateAssessmentRequest.builder()
updateAssessmentRequest - A Consumer that will call methods on
UpdateAssessmentRequest.Builder to create a
request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentControlResponse updateAssessmentControl(UpdateAssessmentControlRequest updateAssessmentControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates a control within an assessment in Audit Manager.
updateAssessmentControlRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentControlResponse updateAssessmentControl(Consumer<UpdateAssessmentControlRequest.Builder> updateAssessmentControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates a control within an assessment in Audit Manager.
This is a convenience which creates an instance of the UpdateAssessmentControlRequest.Builder avoiding
the need to create one manually via UpdateAssessmentControlRequest.builder()
updateAssessmentControlRequest - A Consumer that will call methods on
UpdateAssessmentControlRequest.Builder to
create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentControlSetStatusResponse updateAssessmentControlSetStatus(UpdateAssessmentControlSetStatusRequest updateAssessmentControlSetStatusRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates the status of a control set in an Audit Manager assessment.
updateAssessmentControlSetStatusRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentControlSetStatusResponse updateAssessmentControlSetStatus(Consumer<UpdateAssessmentControlSetStatusRequest.Builder> updateAssessmentControlSetStatusRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates the status of a control set in an Audit Manager assessment.
This is a convenience which creates an instance of the UpdateAssessmentControlSetStatusRequest.Builder
avoiding the need to create one manually via UpdateAssessmentControlSetStatusRequest.builder()
updateAssessmentControlSetStatusRequest - A Consumer that will call methods on
UpdateAssessmentControlSetStatusRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentFrameworkResponse updateAssessmentFramework(UpdateAssessmentFrameworkRequest updateAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates a custom framework in Audit Manager.
updateAssessmentFrameworkRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentFrameworkResponse updateAssessmentFramework(Consumer<UpdateAssessmentFrameworkRequest.Builder> updateAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates a custom framework in Audit Manager.
This is a convenience which creates an instance of the UpdateAssessmentFrameworkRequest.Builder avoiding
the need to create one manually via UpdateAssessmentFrameworkRequest.builder()
updateAssessmentFrameworkRequest - A Consumer that will call methods on
UpdateAssessmentFrameworkRequest.Builder to
create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentFrameworkShareResponse updateAssessmentFrameworkShare(UpdateAssessmentFrameworkShareRequest updateAssessmentFrameworkShareRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Updates a share request for a custom framework in Audit Manager.
updateAssessmentFrameworkShareRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentFrameworkShareResponse updateAssessmentFrameworkShare(Consumer<UpdateAssessmentFrameworkShareRequest.Builder> updateAssessmentFrameworkShareRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Updates a share request for a custom framework in Audit Manager.
This is a convenience which creates an instance of the UpdateAssessmentFrameworkShareRequest.Builder
avoiding the need to create one manually via UpdateAssessmentFrameworkShareRequest.builder()
updateAssessmentFrameworkShareRequest - A Consumer that will call methods on
UpdateAssessmentFrameworkShareRequest.Builder
to create a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentStatusResponse updateAssessmentStatus(UpdateAssessmentStatusRequest updateAssessmentStatusRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Updates the status of an assessment in Audit Manager.
updateAssessmentStatusRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateAssessmentStatusResponse updateAssessmentStatus(Consumer<UpdateAssessmentStatusRequest.Builder> updateAssessmentStatusRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, AuditManagerException
Updates the status of an assessment in Audit Manager.
This is a convenience which creates an instance of the UpdateAssessmentStatusRequest.Builder avoiding the
need to create one manually via UpdateAssessmentStatusRequest.builder()
updateAssessmentStatusRequest - A Consumer that will call methods on
UpdateAssessmentStatusRequest.Builder to create
a request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - You've reached your account quota for this resource type. To perform the requested action, delete some
existing resources or request a quota increase
from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and
restrictions for Audit Manager.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateControlResponse updateControl(UpdateControlRequest updateControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates a custom control in Audit Manager.
updateControlRequest - ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateControlResponse updateControl(Consumer<UpdateControlRequest.Builder> updateControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates a custom control in Audit Manager.
This is a convenience which creates an instance of the UpdateControlRequest.Builder avoiding the need to
create one manually via UpdateControlRequest.builder()
updateControlRequest - A Consumer that will call methods on
UpdateControlRequest.Builder to create a
request.ResourceNotFoundException - The resource that's specified in the request can't be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSettingsResponse updateSettings(UpdateSettingsRequest updateSettingsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates Audit Manager settings for the current account.
updateSettingsRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateSettingsResponse updateSettings(Consumer<UpdateSettingsRequest.Builder> updateSettingsRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates Audit Manager settings for the current account.
This is a convenience which creates an instance of the UpdateSettingsRequest.Builder avoiding the need to
create one manually via UpdateSettingsRequest.builder()
updateSettingsRequest - A Consumer that will call methods on
UpdateSettingsRequest.Builder to create a
request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ValidateAssessmentReportIntegrityResponse validateAssessmentReportIntegrity(ValidateAssessmentReportIntegrityRequest validateAssessmentReportIntegrityRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Validates the integrity of an assessment report in Audit Manager.
validateAssessmentReportIntegrityRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ValidateAssessmentReportIntegrityResponse validateAssessmentReportIntegrity(Consumer<ValidateAssessmentReportIntegrityRequest.Builder> validateAssessmentReportIntegrityRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Validates the integrity of an assessment report in Audit Manager.
This is a convenience which creates an instance of the ValidateAssessmentReportIntegrityRequest.Builder
avoiding the need to create one manually via ValidateAssessmentReportIntegrityRequest.builder()
validateAssessmentReportIntegrityRequest - A Consumer that will call methods on
ValidateAssessmentReportIntegrityRequest.Builder
to create a request.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit
Manager settings page, and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource that's specified in the request can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.AuditManagerException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic AuditManagerClient create()
AuditManagerClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static AuditManagerClientBuilder builder()
AuditManagerClient.static ServiceMetadata serviceMetadata()
default AuditManagerServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientCopyright © 2023. All rights reserved.