| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.clone() |
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withArn(String arn)
The Amazon Resource Name (ARN) of the framework.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withControlsCount(Integer controlsCount)
The number of controls that are associated with the framework.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withControlSetsCount(Integer controlSetsCount)
The number of control sets that are associated with the framework.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withCreatedAt(Date createdAt)
The time when the framework was created.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withDescription(String description)
The description of the framework.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withId(String id)
The unique identifier for the framework.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withLastUpdatedAt(Date lastUpdatedAt)
The time when the framework was most recently updated.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withLogo(String logo)
The logo that's associated with the framework.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withName(String name)
The name of the framework.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withType(FrameworkType type)
The framework type, such as a standard framework or a custom framework.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withType(String type)
The framework type, such as a standard framework or a custom framework.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssessmentFrameworkMetadata> |
ListAssessmentFrameworksResult.getFrameworkMetadataList()
A list of metadata that the
ListAssessmentFrameworks API returns for each framework. |
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentFrameworksResult |
ListAssessmentFrameworksResult.withFrameworkMetadataList(AssessmentFrameworkMetadata... frameworkMetadataList)
A list of metadata that the
ListAssessmentFrameworks API returns for each framework. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssessmentFrameworksResult.setFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
A list of metadata that the
ListAssessmentFrameworks API returns for each framework. |
ListAssessmentFrameworksResult |
ListAssessmentFrameworksResult.withFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
A list of metadata that the
ListAssessmentFrameworks API returns for each framework. |
Copyright © 2024. All rights reserved.