| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static FrameworkType |
FrameworkType.fromValue(String value)
Use this in place of valueOf.
|
static FrameworkType |
FrameworkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameworkType[] |
FrameworkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentFrameworksRequest |
ListAssessmentFrameworksRequest.withFrameworkType(FrameworkType frameworkType)
The type of framework, such as a standard framework or a custom framework.
|
AssessmentFrameworkMetadata |
AssessmentFrameworkMetadata.withType(FrameworkType type)
The framework type, such as a standard framework or a custom framework.
|
Framework |
Framework.withType(FrameworkType type)
The framework type, such as a custom framework or a standard framework.
|
Copyright © 2022. All rights reserved.