| 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 |
GetAssessmentFrameworkResult.getFramework()
The framework that the
GetAssessmentFramework API returned. |
Framework |
CreateAssessmentFrameworkResult.getFramework()
The name of the new framework that the
CreateAssessmentFramework 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 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 control data sources where Audit Manager collects evidence from.
|
Framework |
Framework.withCreatedAt(Date createdAt)
The time when the framework was created.
|
Framework |
Framework.withCreatedBy(String createdBy)
The 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)
The time when the framework was most recently updated.
|
Framework |
Framework.withLastUpdatedBy(String lastUpdatedBy)
The 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)
Specifies whether the framework is a standard framework or a custom framework.
|
Framework |
Framework.withType(String type)
Specifies whether the framework is a standard framework or a custom framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAssessmentFrameworkResult.setFramework(Framework framework)
The name of the framework.
|
void |
GetAssessmentFrameworkResult.setFramework(Framework framework)
The framework that the
GetAssessmentFramework API returned. |
void |
CreateAssessmentFrameworkResult.setFramework(Framework framework)
The name of the new framework that the
CreateAssessmentFramework API returned. |
UpdateAssessmentFrameworkResult |
UpdateAssessmentFrameworkResult.withFramework(Framework framework)
The name of the framework.
|
GetAssessmentFrameworkResult |
GetAssessmentFrameworkResult.withFramework(Framework framework)
The framework that the
GetAssessmentFramework API returned. |
CreateAssessmentFrameworkResult |
CreateAssessmentFrameworkResult.withFramework(Framework framework)
The name of the new framework that the
CreateAssessmentFramework API returned. |
Copyright © 2023. All rights reserved.