| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
FrameworkType |
ListAssessmentFrameworksRequest.frameworkType()
The type of framework, such as a standard framework or a custom framework.
|
static FrameworkType |
FrameworkType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FrameworkType |
AssessmentFrameworkMetadata.type()
The framework type, such as a standard framework or a custom framework.
|
FrameworkType |
Framework.type()
The framework type, such as a custom framework or a standard framework.
|
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 |
|---|---|
static Set<FrameworkType> |
FrameworkType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentFrameworksRequest.Builder |
ListAssessmentFrameworksRequest.Builder.frameworkType(FrameworkType frameworkType)
The type of framework, such as a standard framework or a custom framework.
|
AssessmentFrameworkMetadata.Builder |
AssessmentFrameworkMetadata.Builder.type(FrameworkType type)
The framework type, such as a standard framework or a custom framework.
|
Framework.Builder |
Framework.Builder.type(FrameworkType type)
The framework type, such as a custom framework or a standard framework.
|
Copyright © 2022. All rights reserved.