| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Framework |
Framework.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Framework |
Framework.clearTagsEntries()
Removes all the entries added into Tags.
|
Framework |
Framework.clone() |
Framework |
UpdateAssessmentFrameworkResult.getFramework()
The name of the framework.
|
Framework |
CreateAssessmentFrameworkResult.getFramework()
The name of the new framework that the
CreateAssessmentFramework API returned. |
Framework |
GetAssessmentFrameworkResult.getFramework()
The framework that the
GetAssessmentFramework API returned. |
Framework |
Framework.withArn(String arn)
The Amazon Resource Name (ARN) of the framework.
|
Framework |
Framework.withComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
Framework |
Framework.withControlSets(Collection<ControlSet> controlSets)
The control sets that are associated with the framework.
|
Framework |
Framework.withControlSets(ControlSet... controlSets)
The control sets that are associated with the framework.
|
Framework |
Framework.withControlSources(String controlSources)
The sources that Audit Manager collects evidence from for the control.
|
Framework |
Framework.withCreatedAt(Date createdAt)
Specifies when the framework was created.
|
Framework |
Framework.withCreatedBy(String createdBy)
The IAM user or role that created the framework.
|
Framework |
Framework.withDescription(String description)
The description of the framework.
|
Framework |
Framework.withId(String id)
The unique identifier for the framework.
|
Framework |
Framework.withLastUpdatedAt(Date lastUpdatedAt)
Specifies when the framework was most recently updated.
|
Framework |
Framework.withLastUpdatedBy(String lastUpdatedBy)
The IAM user or role that most recently updated the framework.
|
Framework |
Framework.withLogo(String logo)
The logo that's associated with the framework.
|
Framework |
Framework.withName(String name)
The name of the framework.
|
Framework |
Framework.withTags(Map<String,String> tags)
The tags that are associated with the framework.
|
Framework |
Framework.withType(FrameworkType type)
The framework type, such as a custom framework or a standard framework.
|
Framework |
Framework.withType(String type)
The framework type, such as a custom framework or a standard framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAssessmentFrameworkResult.setFramework(Framework framework)
The name of the framework.
|
void |
CreateAssessmentFrameworkResult.setFramework(Framework framework)
The name of the new framework that the
CreateAssessmentFramework API returned. |
void |
GetAssessmentFrameworkResult.setFramework(Framework framework)
The framework that the
GetAssessmentFramework API returned. |
UpdateAssessmentFrameworkResult |
UpdateAssessmentFrameworkResult.withFramework(Framework framework)
The name of the framework.
|
CreateAssessmentFrameworkResult |
CreateAssessmentFrameworkResult.withFramework(Framework framework)
The name of the new framework that the
CreateAssessmentFramework API returned. |
GetAssessmentFrameworkResult |
GetAssessmentFrameworkResult.withFramework(Framework framework)
The framework that the
GetAssessmentFramework API returned. |
Copyright © 2022. All rights reserved.