@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface AuditManagerClient extends SdkClient
builder() method.
Welcome to the AWS Audit Manager API reference. This guide is for developers who need detailed information about the AWS Audit Manager API operations, data types, and errors.
AWS Audit Manager is a service that provides automated evidence collection so that you can continuously audit your AWS usage, and assess the effectiveness of your controls to better manage risk and simplify compliance.
AWS Audit Manager provides pre-built frameworks that structure and automate assessments for a given compliance standard. Frameworks include a pre-built collection of controls with descriptions and testing procedures, which 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 unique requirements.
Use the following links to get started with the AWS Audit Manager API:
Actions: An alphabetical list of all AWS Audit Manager API operations.
Data types: An alphabetical list of all AWS Audit Manager data types.
Common parameters: Parameters that all Query operations can use.
Common errors: Client and server errors that all operations can return.
If you're new to AWS Audit Manager, we recommend that you review the AWS 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 the specified assessment report in AWS Audit Manager.
|
default AssociateAssessmentReportEvidenceFolderResponse |
associateAssessmentReportEvidenceFolder(Consumer<AssociateAssessmentReportEvidenceFolderRequest.Builder> associateAssessmentReportEvidenceFolderRequest)
Associates an evidence folder to the specified assessment report in AWS Audit Manager.
|
default BatchAssociateAssessmentReportEvidenceResponse |
batchAssociateAssessmentReportEvidence(BatchAssociateAssessmentReportEvidenceRequest batchAssociateAssessmentReportEvidenceRequest)
Associates a list of evidence to an assessment report in an AWS Audit Manager assessment.
|
default BatchAssociateAssessmentReportEvidenceResponse |
batchAssociateAssessmentReportEvidence(Consumer<BatchAssociateAssessmentReportEvidenceRequest.Builder> batchAssociateAssessmentReportEvidenceRequest)
Associates a list of evidence to an assessment report in an AWS Audit Manager assessment.
|
default BatchCreateDelegationByAssessmentResponse |
batchCreateDelegationByAssessment(BatchCreateDelegationByAssessmentRequest batchCreateDelegationByAssessmentRequest)
Create a batch of delegations for a specified assessment in AWS Audit Manager.
|
default BatchCreateDelegationByAssessmentResponse |
batchCreateDelegationByAssessment(Consumer<BatchCreateDelegationByAssessmentRequest.Builder> batchCreateDelegationByAssessmentRequest)
Create a batch of delegations for a specified assessment in AWS Audit Manager.
|
default BatchDeleteDelegationByAssessmentResponse |
batchDeleteDelegationByAssessment(BatchDeleteDelegationByAssessmentRequest batchDeleteDelegationByAssessmentRequest)
Deletes the delegations in the specified AWS Audit Manager assessment.
|
default BatchDeleteDelegationByAssessmentResponse |
batchDeleteDelegationByAssessment(Consumer<BatchDeleteDelegationByAssessmentRequest.Builder> batchDeleteDelegationByAssessmentRequest)
Deletes the delegations in the specified AWS Audit Manager assessment.
|
default BatchDisassociateAssessmentReportEvidenceResponse |
batchDisassociateAssessmentReportEvidence(BatchDisassociateAssessmentReportEvidenceRequest batchDisassociateAssessmentReportEvidenceRequest)
Disassociates a list of evidence from the specified assessment report in AWS Audit Manager.
|
default BatchDisassociateAssessmentReportEvidenceResponse |
batchDisassociateAssessmentReportEvidence(Consumer<BatchDisassociateAssessmentReportEvidenceRequest.Builder> batchDisassociateAssessmentReportEvidenceRequest)
Disassociates a list of evidence from the specified assessment report in AWS Audit Manager.
|
default BatchImportEvidenceToAssessmentControlResponse |
batchImportEvidenceToAssessmentControl(BatchImportEvidenceToAssessmentControlRequest batchImportEvidenceToAssessmentControlRequest)
Uploads one or more pieces of evidence to the specified control in the assessment in AWS Audit Manager.
|
default BatchImportEvidenceToAssessmentControlResponse |
batchImportEvidenceToAssessmentControl(Consumer<BatchImportEvidenceToAssessmentControlRequest.Builder> batchImportEvidenceToAssessmentControlRequest)
Uploads one or more pieces of evidence to the specified control in the assessment in AWS Audit Manager.
|
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 AWS Audit Manager.
|
default CreateAssessmentResponse |
createAssessment(CreateAssessmentRequest createAssessmentRequest)
Creates an assessment in AWS Audit Manager.
|
default CreateAssessmentFrameworkResponse |
createAssessmentFramework(Consumer<CreateAssessmentFrameworkRequest.Builder> createAssessmentFrameworkRequest)
Creates a custom framework in AWS Audit Manager.
|
default CreateAssessmentFrameworkResponse |
createAssessmentFramework(CreateAssessmentFrameworkRequest createAssessmentFrameworkRequest)
Creates a custom framework in AWS 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 AWS Audit Manager.
|
default CreateControlResponse |
createControl(CreateControlRequest createControlRequest)
Creates a new custom control in AWS Audit Manager.
|
default DeleteAssessmentResponse |
deleteAssessment(Consumer<DeleteAssessmentRequest.Builder> deleteAssessmentRequest)
Deletes an assessment in AWS Audit Manager.
|
default DeleteAssessmentResponse |
deleteAssessment(DeleteAssessmentRequest deleteAssessmentRequest)
Deletes an assessment in AWS Audit Manager.
|
default DeleteAssessmentFrameworkResponse |
deleteAssessmentFramework(Consumer<DeleteAssessmentFrameworkRequest.Builder> deleteAssessmentFrameworkRequest)
Deletes a custom framework in AWS Audit Manager.
|
default DeleteAssessmentFrameworkResponse |
deleteAssessmentFramework(DeleteAssessmentFrameworkRequest deleteAssessmentFrameworkRequest)
Deletes a custom framework in AWS Audit Manager.
|
default DeleteAssessmentReportResponse |
deleteAssessmentReport(Consumer<DeleteAssessmentReportRequest.Builder> deleteAssessmentReportRequest)
Deletes an assessment report from an assessment in AWS Audit Manager.
|
default DeleteAssessmentReportResponse |
deleteAssessmentReport(DeleteAssessmentReportRequest deleteAssessmentReportRequest)
Deletes an assessment report from an assessment in AWS Audit Manager.
|
default DeleteControlResponse |
deleteControl(Consumer<DeleteControlRequest.Builder> deleteControlRequest)
Deletes a custom control in AWS Audit Manager.
|
default DeleteControlResponse |
deleteControl(DeleteControlRequest deleteControlRequest)
Deletes a custom control in AWS Audit Manager.
|
default DeregisterAccountResponse |
deregisterAccount(Consumer<DeregisterAccountRequest.Builder> deregisterAccountRequest)
Deregisters an account in AWS Audit Manager.
|
default DeregisterAccountResponse |
deregisterAccount(DeregisterAccountRequest deregisterAccountRequest)
Deregisters an account in AWS Audit Manager.
|
default DeregisterOrganizationAdminAccountResponse |
deregisterOrganizationAdminAccount(Consumer<DeregisterOrganizationAdminAccountRequest.Builder> deregisterOrganizationAdminAccountRequest)
Deregisters the delegated AWS administrator account from the AWS organization.
|
default DeregisterOrganizationAdminAccountResponse |
deregisterOrganizationAdminAccount(DeregisterOrganizationAdminAccountRequest deregisterOrganizationAdminAccountRequest)
Deregisters the delegated AWS administrator account from the AWS organization.
|
default DisassociateAssessmentReportEvidenceFolderResponse |
disassociateAssessmentReportEvidenceFolder(Consumer<DisassociateAssessmentReportEvidenceFolderRequest.Builder> disassociateAssessmentReportEvidenceFolderRequest)
Disassociates an evidence folder from the specified assessment report in AWS Audit Manager.
|
default DisassociateAssessmentReportEvidenceFolderResponse |
disassociateAssessmentReportEvidenceFolder(DisassociateAssessmentReportEvidenceFolderRequest disassociateAssessmentReportEvidenceFolderRequest)
Disassociates an evidence folder from the specified assessment report in AWS Audit Manager.
|
default GetAccountStatusResponse |
getAccountStatus(Consumer<GetAccountStatusRequest.Builder> getAccountStatusRequest)
Returns the registration status of an account in AWS Audit Manager.
|
default GetAccountStatusResponse |
getAccountStatus(GetAccountStatusRequest getAccountStatusRequest)
Returns the registration status of an account in AWS Audit Manager.
|
default GetAssessmentResponse |
getAssessment(Consumer<GetAssessmentRequest.Builder> getAssessmentRequest)
Returns an assessment from AWS Audit Manager.
|
default GetAssessmentResponse |
getAssessment(GetAssessmentRequest getAssessmentRequest)
Returns an assessment from AWS Audit Manager.
|
default GetAssessmentFrameworkResponse |
getAssessmentFramework(Consumer<GetAssessmentFrameworkRequest.Builder> getAssessmentFrameworkRequest)
Returns a framework from AWS Audit Manager.
|
default GetAssessmentFrameworkResponse |
getAssessmentFramework(GetAssessmentFrameworkRequest getAssessmentFrameworkRequest)
Returns a framework from AWS Audit Manager.
|
default GetAssessmentReportUrlResponse |
getAssessmentReportUrl(Consumer<GetAssessmentReportUrlRequest.Builder> getAssessmentReportUrlRequest)
Returns the URL of a specified assessment report in AWS Audit Manager.
|
default GetAssessmentReportUrlResponse |
getAssessmentReportUrl(GetAssessmentReportUrlRequest getAssessmentReportUrlRequest)
Returns the URL of a specified assessment report in AWS Audit Manager.
|
default GetChangeLogsResponse |
getChangeLogs(Consumer<GetChangeLogsRequest.Builder> getChangeLogsRequest)
Returns a list of changelogs from AWS Audit Manager.
|
default GetChangeLogsResponse |
getChangeLogs(GetChangeLogsRequest getChangeLogsRequest)
Returns a list of changelogs from AWS Audit Manager.
|
default GetChangeLogsIterable |
getChangeLogsPaginator(Consumer<GetChangeLogsRequest.Builder> getChangeLogsRequest)
Returns a list of changelogs from AWS Audit Manager.
|
default GetChangeLogsIterable |
getChangeLogsPaginator(GetChangeLogsRequest getChangeLogsRequest)
Returns a list of changelogs from AWS Audit Manager.
|
default GetControlResponse |
getControl(Consumer<GetControlRequest.Builder> getControlRequest)
Returns a control from AWS Audit Manager.
|
default GetControlResponse |
getControl(GetControlRequest getControlRequest)
Returns a control from AWS Audit Manager.
|
default GetDelegationsResponse |
getDelegations(Consumer<GetDelegationsRequest.Builder> getDelegationsRequest)
Returns a list of delegations from an audit owner to a delegate.
|
default GetDelegationsResponse |
getDelegations(GetDelegationsRequest getDelegationsRequest)
Returns a list of delegations from an audit owner to a delegate.
|
default GetDelegationsIterable |
getDelegationsPaginator(Consumer<GetDelegationsRequest.Builder> getDelegationsRequest)
Returns a list of delegations from an audit owner to a delegate.
|
default GetDelegationsIterable |
getDelegationsPaginator(GetDelegationsRequest getDelegationsRequest)
Returns a list of delegations from an audit owner to a delegate.
|
default GetEvidenceResponse |
getEvidence(Consumer<GetEvidenceRequest.Builder> getEvidenceRequest)
Returns evidence from AWS Audit Manager.
|
default GetEvidenceResponse |
getEvidence(GetEvidenceRequest getEvidenceRequest)
Returns evidence from AWS Audit Manager.
|
default GetEvidenceByEvidenceFolderResponse |
getEvidenceByEvidenceFolder(Consumer<GetEvidenceByEvidenceFolderRequest.Builder> getEvidenceByEvidenceFolderRequest)
Returns all evidence from a specified evidence folder in AWS Audit Manager.
|
default GetEvidenceByEvidenceFolderResponse |
getEvidenceByEvidenceFolder(GetEvidenceByEvidenceFolderRequest getEvidenceByEvidenceFolderRequest)
Returns all evidence from a specified evidence folder in AWS Audit Manager.
|
default GetEvidenceByEvidenceFolderIterable |
getEvidenceByEvidenceFolderPaginator(Consumer<GetEvidenceByEvidenceFolderRequest.Builder> getEvidenceByEvidenceFolderRequest)
Returns all evidence from a specified evidence folder in AWS Audit Manager.
|
default GetEvidenceByEvidenceFolderIterable |
getEvidenceByEvidenceFolderPaginator(GetEvidenceByEvidenceFolderRequest getEvidenceByEvidenceFolderRequest)
Returns all evidence from a specified evidence folder in AWS Audit Manager.
|
default GetEvidenceFolderResponse |
getEvidenceFolder(Consumer<GetEvidenceFolderRequest.Builder> getEvidenceFolderRequest)
Returns an evidence folder from the specified assessment in AWS Audit Manager.
|
default GetEvidenceFolderResponse |
getEvidenceFolder(GetEvidenceFolderRequest getEvidenceFolderRequest)
Returns an evidence folder from the specified assessment in AWS Audit Manager.
|
default GetEvidenceFoldersByAssessmentResponse |
getEvidenceFoldersByAssessment(Consumer<GetEvidenceFoldersByAssessmentRequest.Builder> getEvidenceFoldersByAssessmentRequest)
Returns the evidence folders from a specified assessment in AWS Audit Manager.
|
default GetEvidenceFoldersByAssessmentResponse |
getEvidenceFoldersByAssessment(GetEvidenceFoldersByAssessmentRequest getEvidenceFoldersByAssessmentRequest)
Returns the evidence folders from a specified assessment in AWS Audit Manager.
|
default GetEvidenceFoldersByAssessmentControlResponse |
getEvidenceFoldersByAssessmentControl(Consumer<GetEvidenceFoldersByAssessmentControlRequest.Builder> getEvidenceFoldersByAssessmentControlRequest)
Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
|
default GetEvidenceFoldersByAssessmentControlResponse |
getEvidenceFoldersByAssessmentControl(GetEvidenceFoldersByAssessmentControlRequest getEvidenceFoldersByAssessmentControlRequest)
Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
|
default GetEvidenceFoldersByAssessmentControlIterable |
getEvidenceFoldersByAssessmentControlPaginator(Consumer<GetEvidenceFoldersByAssessmentControlRequest.Builder> getEvidenceFoldersByAssessmentControlRequest)
Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
|
default GetEvidenceFoldersByAssessmentControlIterable |
getEvidenceFoldersByAssessmentControlPaginator(GetEvidenceFoldersByAssessmentControlRequest getEvidenceFoldersByAssessmentControlRequest)
Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
|
default GetEvidenceFoldersByAssessmentIterable |
getEvidenceFoldersByAssessmentPaginator(Consumer<GetEvidenceFoldersByAssessmentRequest.Builder> getEvidenceFoldersByAssessmentRequest)
Returns the evidence folders from a specified assessment in AWS Audit Manager.
|
default GetEvidenceFoldersByAssessmentIterable |
getEvidenceFoldersByAssessmentPaginator(GetEvidenceFoldersByAssessmentRequest getEvidenceFoldersByAssessmentRequest)
Returns the evidence folders from a specified assessment in AWS Audit Manager.
|
default GetOrganizationAdminAccountResponse |
getOrganizationAdminAccount(Consumer<GetOrganizationAdminAccountRequest.Builder> getOrganizationAdminAccountRequest)
Returns the name of the delegated AWS administrator account for the AWS organization.
|
default GetOrganizationAdminAccountResponse |
getOrganizationAdminAccount(GetOrganizationAdminAccountRequest getOrganizationAdminAccountRequest)
Returns the name of the delegated AWS administrator account for the AWS organization.
|
default GetServicesInScopeResponse |
getServicesInScope(Consumer<GetServicesInScopeRequest.Builder> getServicesInScopeRequest)
Returns a list of the in-scope AWS services for the specified assessment.
|
default GetServicesInScopeResponse |
getServicesInScope(GetServicesInScopeRequest getServicesInScopeRequest)
Returns a list of the in-scope AWS services for the specified assessment.
|
default GetSettingsResponse |
getSettings(Consumer<GetSettingsRequest.Builder> getSettingsRequest)
Returns the settings for the specified AWS account.
|
default GetSettingsResponse |
getSettings(GetSettingsRequest getSettingsRequest)
Returns the settings for the specified AWS account.
|
default ListAssessmentFrameworksResponse |
listAssessmentFrameworks(Consumer<ListAssessmentFrameworksRequest.Builder> listAssessmentFrameworksRequest)
Returns a list of the frameworks available in the AWS Audit Manager framework library.
|
default ListAssessmentFrameworksResponse |
listAssessmentFrameworks(ListAssessmentFrameworksRequest listAssessmentFrameworksRequest)
Returns a list of the frameworks available in the AWS Audit Manager framework library.
|
default ListAssessmentFrameworksIterable |
listAssessmentFrameworksPaginator(Consumer<ListAssessmentFrameworksRequest.Builder> listAssessmentFrameworksRequest)
Returns a list of the frameworks available in the AWS Audit Manager framework library.
|
default ListAssessmentFrameworksIterable |
listAssessmentFrameworksPaginator(ListAssessmentFrameworksRequest listAssessmentFrameworksRequest)
Returns a list of the frameworks available in the AWS Audit Manager framework library.
|
default ListAssessmentReportsResponse |
listAssessmentReports(Consumer<ListAssessmentReportsRequest.Builder> listAssessmentReportsRequest)
Returns a list of assessment reports created in AWS Audit Manager.
|
default ListAssessmentReportsResponse |
listAssessmentReports(ListAssessmentReportsRequest listAssessmentReportsRequest)
Returns a list of assessment reports created in AWS Audit Manager.
|
default ListAssessmentReportsIterable |
listAssessmentReportsPaginator(Consumer<ListAssessmentReportsRequest.Builder> listAssessmentReportsRequest)
Returns a list of assessment reports created in AWS Audit Manager.
|
default ListAssessmentReportsIterable |
listAssessmentReportsPaginator(ListAssessmentReportsRequest listAssessmentReportsRequest)
Returns a list of assessment reports created in AWS Audit Manager.
|
default ListAssessmentsResponse |
listAssessments(Consumer<ListAssessmentsRequest.Builder> listAssessmentsRequest)
Returns a list of current and past assessments from AWS Audit Manager.
|
default ListAssessmentsResponse |
listAssessments(ListAssessmentsRequest listAssessmentsRequest)
Returns a list of current and past assessments from AWS Audit Manager.
|
default ListAssessmentsIterable |
listAssessmentsPaginator(Consumer<ListAssessmentsRequest.Builder> listAssessmentsRequest)
Returns a list of current and past assessments from AWS Audit Manager.
|
default ListAssessmentsIterable |
listAssessmentsPaginator(ListAssessmentsRequest listAssessmentsRequest)
Returns a list of current and past assessments from AWS Audit Manager.
|
default ListControlsResponse |
listControls(Consumer<ListControlsRequest.Builder> listControlsRequest)
Returns a list of controls from AWS Audit Manager.
|
default ListControlsResponse |
listControls(ListControlsRequest listControlsRequest)
Returns a list of controls from AWS Audit Manager.
|
default ListControlsIterable |
listControlsPaginator(Consumer<ListControlsRequest.Builder> listControlsRequest)
Returns a list of controls from AWS Audit Manager.
|
default ListControlsIterable |
listControlsPaginator(ListControlsRequest listControlsRequest)
Returns a list of controls from AWS Audit Manager.
|
default ListKeywordsForDataSourceResponse |
listKeywordsForDataSource(Consumer<ListKeywordsForDataSourceRequest.Builder> listKeywordsForDataSourceRequest)
Returns a list of keywords that pre-mapped to the specified control data source.
|
default ListKeywordsForDataSourceResponse |
listKeywordsForDataSource(ListKeywordsForDataSourceRequest listKeywordsForDataSourceRequest)
Returns a list of keywords that pre-mapped to the specified control data source.
|
default ListKeywordsForDataSourceIterable |
listKeywordsForDataSourcePaginator(Consumer<ListKeywordsForDataSourceRequest.Builder> listKeywordsForDataSourceRequest)
Returns a list of keywords that pre-mapped to the specified control data source.
|
default ListKeywordsForDataSourceIterable |
listKeywordsForDataSourcePaginator(ListKeywordsForDataSourceRequest listKeywordsForDataSourceRequest)
Returns a list of keywords that pre-mapped to the specified control data source.
|
default ListNotificationsResponse |
listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all AWS Audit Manager notifications.
|
default ListNotificationsResponse |
listNotifications(ListNotificationsRequest listNotificationsRequest)
Returns a list of all AWS Audit Manager notifications.
|
default ListNotificationsIterable |
listNotificationsPaginator(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)
Returns a list of all AWS Audit Manager notifications.
|
default ListNotificationsIterable |
listNotificationsPaginator(ListNotificationsRequest listNotificationsRequest)
Returns a list of all AWS Audit Manager notifications.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags for the specified resource in AWS Audit Manager.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for the specified resource in AWS Audit Manager.
|
default RegisterAccountResponse |
registerAccount(Consumer<RegisterAccountRequest.Builder> registerAccountRequest)
Enables AWS Audit Manager for the specified AWS account.
|
default RegisterAccountResponse |
registerAccount(RegisterAccountRequest registerAccountRequest)
Enables AWS Audit Manager for the specified AWS account.
|
default RegisterOrganizationAdminAccountResponse |
registerOrganizationAdminAccount(Consumer<RegisterOrganizationAdminAccountRequest.Builder> registerOrganizationAdminAccountRequest)
Enables an AWS account within the organization as the delegated administrator for AWS Audit Manager.
|
default RegisterOrganizationAdminAccountResponse |
registerOrganizationAdminAccount(RegisterOrganizationAdminAccountRequest registerOrganizationAdminAccountRequest)
Enables an AWS account within the organization as the delegated administrator for AWS Audit Manager.
|
static ServiceMetadata |
serviceMetadata() |
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Tags the specified resource in AWS Audit Manager.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Tags the specified resource in AWS Audit Manager.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag from a resource in AWS Audit Manager.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from a resource in AWS Audit Manager.
|
default UpdateAssessmentResponse |
updateAssessment(Consumer<UpdateAssessmentRequest.Builder> updateAssessmentRequest)
Edits an AWS Audit Manager assessment.
|
default UpdateAssessmentResponse |
updateAssessment(UpdateAssessmentRequest updateAssessmentRequest)
Edits an AWS Audit Manager assessment.
|
default UpdateAssessmentControlResponse |
updateAssessmentControl(Consumer<UpdateAssessmentControlRequest.Builder> updateAssessmentControlRequest)
Updates a control within an assessment in AWS Audit Manager.
|
default UpdateAssessmentControlResponse |
updateAssessmentControl(UpdateAssessmentControlRequest updateAssessmentControlRequest)
Updates a control within an assessment in AWS Audit Manager.
|
default UpdateAssessmentControlSetStatusResponse |
updateAssessmentControlSetStatus(Consumer<UpdateAssessmentControlSetStatusRequest.Builder> updateAssessmentControlSetStatusRequest)
Updates the status of a control set in an AWS Audit Manager assessment.
|
default UpdateAssessmentControlSetStatusResponse |
updateAssessmentControlSetStatus(UpdateAssessmentControlSetStatusRequest updateAssessmentControlSetStatusRequest)
Updates the status of a control set in an AWS Audit Manager assessment.
|
default UpdateAssessmentFrameworkResponse |
updateAssessmentFramework(Consumer<UpdateAssessmentFrameworkRequest.Builder> updateAssessmentFrameworkRequest)
Updates a custom framework in AWS Audit Manager.
|
default UpdateAssessmentFrameworkResponse |
updateAssessmentFramework(UpdateAssessmentFrameworkRequest updateAssessmentFrameworkRequest)
Updates a custom framework in AWS Audit Manager.
|
default UpdateAssessmentStatusResponse |
updateAssessmentStatus(Consumer<UpdateAssessmentStatusRequest.Builder> updateAssessmentStatusRequest)
Updates the status of an assessment in AWS Audit Manager.
|
default UpdateAssessmentStatusResponse |
updateAssessmentStatus(UpdateAssessmentStatusRequest updateAssessmentStatusRequest)
Updates the status of an assessment in AWS Audit Manager.
|
default UpdateControlResponse |
updateControl(Consumer<UpdateControlRequest.Builder> updateControlRequest)
Updates a custom control in AWS Audit Manager.
|
default UpdateControlResponse |
updateControl(UpdateControlRequest updateControlRequest)
Updates a custom control in AWS Audit Manager.
|
default UpdateSettingsResponse |
updateSettings(Consumer<UpdateSettingsRequest.Builder> updateSettingsRequest)
Updates AWS Audit Manager settings for the current user account.
|
default UpdateSettingsResponse |
updateSettings(UpdateSettingsRequest updateSettingsRequest)
Updates AWS Audit Manager settings for the current user account.
|
default ValidateAssessmentReportIntegrityResponse |
validateAssessmentReportIntegrity(Consumer<ValidateAssessmentReportIntegrityRequest.Builder> validateAssessmentReportIntegrityRequest)
Validates the integrity of an assessment report in AWS Audit Manager.
|
default ValidateAssessmentReportIntegrityResponse |
validateAssessmentReportIntegrity(ValidateAssessmentReportIntegrityRequest validateAssessmentReportIntegrityRequest)
Validates the integrity of an assessment report in AWS Audit Manager.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static AuditManagerClient create()
AuditManagerClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static AuditManagerClientBuilder builder()
AuditManagerClient.default AssociateAssessmentReportEvidenceFolderResponse associateAssessmentReportEvidenceFolder(AssociateAssessmentReportEvidenceFolderRequest associateAssessmentReportEvidenceFolderRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Associates an evidence folder to the specified assessment report in AWS Audit Manager.
associateAssessmentReportEvidenceFolderRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 the specified assessment report in AWS Audit Manager.
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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 AWS Audit Manager assessment.
batchAssociateAssessmentReportEvidenceRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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
Create a batch of delegations for a specified assessment in AWS Audit Manager.
batchCreateDelegationByAssessmentRequest - ResourceNotFoundException - The resource specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Create a batch of delegations for a specified assessment in AWS 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 specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 the delegations in the specified AWS Audit Manager assessment.
batchDeleteDelegationByAssessmentRequest - ResourceNotFoundException - The resource specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 the delegations in the specified AWS Audit Manager assessment.
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 specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 the specified assessment report in AWS Audit Manager.
batchDisassociateAssessmentReportEvidenceRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 the specified assessment report in AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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, AwsServiceException, SdkClientException, AuditManagerException
Uploads one or more pieces of evidence to the specified control in the assessment in AWS Audit Manager.
batchImportEvidenceToAssessmentControlRequest - ResourceNotFoundException - The resource specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 BatchImportEvidenceToAssessmentControlResponse batchImportEvidenceToAssessmentControl(Consumer<BatchImportEvidenceToAssessmentControlRequest.Builder> batchImportEvidenceToAssessmentControlRequest) throws ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Uploads one or more pieces of evidence to the specified control in the assessment in AWS 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 specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 CreateAssessmentResponse createAssessment(CreateAssessmentRequest createAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Creates an assessment in AWS Audit Manager.
createAssessmentRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 CreateAssessmentResponse createAssessment(Consumer<CreateAssessmentRequest.Builder> createAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Creates an assessment in AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 CreateAssessmentFrameworkResponse createAssessmentFramework(CreateAssessmentFrameworkRequest createAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Creates a custom framework in AWS Audit Manager.
createAssessmentFrameworkRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 CreateAssessmentFrameworkResponse createAssessmentFramework(Consumer<CreateAssessmentFrameworkRequest.Builder> createAssessmentFrameworkRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Creates a custom framework in AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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, AwsServiceException, SdkClientException, AuditManagerException
Creates a new custom control in AWS Audit Manager.
createControlRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 CreateControlResponse createControl(Consumer<CreateControlRequest.Builder> createControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Creates a new custom control in AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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(DeleteAssessmentRequest deleteAssessmentRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Deletes an assessment in AWS Audit Manager.
deleteAssessmentRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager.
deleteAssessmentFrameworkRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 from an assessment in AWS Audit Manager.
deleteAssessmentReportRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 from an assessment in AWS Audit Manager.
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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 AWS Audit Manager.
deleteControlRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager.
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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager.
deregisterAccountRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 AWS Audit Manager.
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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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
Deregisters the delegated AWS administrator account from the AWS organization.
deregisterOrganizationAdminAccountRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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
Deregisters the delegated AWS administrator account from the AWS organization.
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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 AWS Audit Manager.
disassociateAssessmentReportEvidenceFolderRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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
Returns the registration status of an account in AWS 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
Returns the registration status of an account in AWS 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
Returns an assessment from AWS Audit Manager.
getAssessmentRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns an assessment from AWS Audit Manager.
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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns a framework from AWS Audit Manager.
getAssessmentFrameworkRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns a framework from AWS Audit Manager.
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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns the URL of a specified assessment report in AWS Audit Manager.
getAssessmentReportUrlRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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
Returns the URL of a specified assessment report in AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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
Returns a list of changelogs from AWS Audit Manager.
getChangeLogsRequest - AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
Audit Manager settings page, and try again.ResourceNotFoundException - The resource specified in the request cannot 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
Returns a list of changelogs from AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
Audit Manager settings page, and try again.ResourceNotFoundException - The resource specified in the request cannot 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
Returns a list of changelogs from AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
Audit Manager settings page, and try again.ResourceNotFoundException - The resource specified in the request cannot 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
Returns a list of changelogs from AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
Audit Manager settings page, and try again.ResourceNotFoundException - The resource specified in the request cannot 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
Returns a control from AWS Audit Manager.
getControlRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns a control from AWS Audit Manager.
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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns a list of delegations from an audit owner to a delegate.
getDelegationsRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns evidence from AWS Audit Manager.
getEvidenceRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns evidence from AWS Audit Manager.
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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns all evidence from a specified evidence folder in AWS Audit Manager.
getEvidenceByEvidenceFolderRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns all evidence from a specified evidence folder in AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns all evidence from a specified evidence folder in AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns all evidence from a specified evidence folder in AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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(GetEvidenceFolderRequest getEvidenceFolderRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns an evidence folder from the specified assessment in AWS Audit Manager.
getEvidenceFolderRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns an evidence folder from the specified assessment in AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns the evidence folders from a specified assessment in AWS Audit Manager.
getEvidenceFoldersByAssessmentRequest - ResourceNotFoundException - The resource specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns the evidence folders from a specified assessment in AWS 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 specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns the evidence folders from a specified assessment in AWS 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 specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns the evidence folders from a specified assessment in AWS 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 specified in the request cannot be found.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
getEvidenceFoldersByAssessmentControlRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns a list of evidence folders associated with a specified control of an assessment in AWS Audit Manager.
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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns the name of the delegated AWS administrator account for the AWS organization.
getOrganizationAdminAccountRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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
Returns the name of the delegated AWS administrator account for the AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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
Returns a list of the in-scope AWS services for the specified assessment.
getServicesInScopeRequest - AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns a list of the in-scope AWS services for the specified assessment.
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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns the settings for the specified AWS account.
getSettingsRequest - AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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
Returns the settings for the specified AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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(ListAssessmentFrameworksRequest listAssessmentFrameworksRequest) throws ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of the frameworks available in the AWS Audit Manager framework library.
listAssessmentFrameworksRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 available in the AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 available in the AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 available in the AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager.
listAssessmentReportsRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager.
listAssessmentsRequest - AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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(ListControlsRequest listControlsRequest) throws AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Returns a list of controls from AWS Audit Manager.
listControlsRequest - AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 pre-mapped to the specified control data source.
listKeywordsForDataSourceRequest - AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager notifications.
listNotificationsRequest - AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 specified in the request cannot 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 AWS 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 specified in the request cannot 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, AwsServiceException, SdkClientException, AuditManagerException
Enables AWS Audit Manager for the specified AWS account.
registerAccountRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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(Consumer<RegisterAccountRequest.Builder> registerAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Enables AWS Audit Manager for the specified AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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(RegisterOrganizationAdminAccountRequest registerOrganizationAdminAccountRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, AuditManagerException
Enables an AWS account within the organization as the delegated administrator for AWS Audit Manager.
registerOrganizationAdminAccountRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 AWS account within the organization as the delegated administrator for AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 AWS 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 specified in the request cannot 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 AWS 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 specified in the request cannot 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 AWS 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 specified in the request cannot 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 AWS 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 specified in the request cannot 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 AWS Audit Manager assessment.
updateAssessmentRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager.
updateAssessmentControlRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager assessment.
updateAssessmentControlSetStatusRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager.
updateAssessmentFrameworkRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 UpdateAssessmentStatusResponse updateAssessmentStatus(UpdateAssessmentStatusRequest updateAssessmentStatusRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates the status of an assessment in AWS Audit Manager.
updateAssessmentStatusRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 UpdateAssessmentStatusResponse updateAssessmentStatus(Consumer<UpdateAssessmentStatusRequest.Builder> updateAssessmentStatusRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates the status of an assessment in AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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(UpdateControlRequest updateControlRequest) throws ResourceNotFoundException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, AuditManagerException
Updates a custom control in AWS Audit Manager.
updateControlRequest - ResourceNotFoundException - The resource specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS 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 specified in the request cannot be found.ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager settings for the current user account.
updateSettingsRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager settings for the current user 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 AWS Audit Manager.
validateAssessmentReportIntegrityRequest - ValidationException - The request has invalid or missing parameters.AccessDeniedException - Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS
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 specified in the request cannot 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 ServiceMetadata serviceMetadata()
Copyright © 2021. All rights reserved.