| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.clone() |
Settings |
GetSettingsResult.getSettings()
The settings object that holds all supported Audit Manager settings.
|
Settings |
UpdateSettingsResult.getSettings()
The current list of settings.
|
Settings |
Settings.withDefaultAssessmentReportsDestination(AssessmentReportsDestination defaultAssessmentReportsDestination)
The default S3 destination bucket for storing assessment reports.
|
Settings |
Settings.withDefaultExportDestination(DefaultExportDestination defaultExportDestination)
The default S3 destination bucket for storing evidence finder exports.
|
Settings |
Settings.withDefaultProcessOwners(Collection<Role> defaultProcessOwners)
The designated default audit owners.
|
Settings |
Settings.withDefaultProcessOwners(Role... defaultProcessOwners)
The designated default audit owners.
|
Settings |
Settings.withDeregistrationPolicy(DeregistrationPolicy deregistrationPolicy)
The deregistration policy for your Audit Manager data.
|
Settings |
Settings.withEvidenceFinderEnablement(EvidenceFinderEnablement evidenceFinderEnablement)
The current evidence finder status and event data store details.
|
Settings |
Settings.withIsAwsOrgEnabled(Boolean isAwsOrgEnabled)
Specifies whether Organizations is enabled.
|
Settings |
Settings.withKmsKey(String kmsKey)
The KMS key details.
|
Settings |
Settings.withSnsTopic(String snsTopic)
The designated Amazon Simple Notification Service (Amazon SNS) topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSettingsResult.setSettings(Settings settings)
The settings object that holds all supported Audit Manager settings.
|
void |
UpdateSettingsResult.setSettings(Settings settings)
The current list of settings.
|
GetSettingsResult |
GetSettingsResult.withSettings(Settings settings)
The settings object that holds all supported Audit Manager settings.
|
UpdateSettingsResult |
UpdateSettingsResult.withSettings(Settings settings)
The current list of settings.
|
Copyright © 2023. All rights reserved.