| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static SourceFrequency |
SourceFrequency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SourceFrequency |
CreateControlMappingSource.sourceFrequency()
Specifies how often evidence is collected from the control mapping source.
|
SourceFrequency |
ControlMappingSource.sourceFrequency()
Specifies how often evidence is collected from the control mapping source.
|
static SourceFrequency |
SourceFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceFrequency[] |
SourceFrequency.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<SourceFrequency> |
SourceFrequency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceFrequency(SourceFrequency sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
ControlMappingSource.Builder |
ControlMappingSource.Builder.sourceFrequency(SourceFrequency sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
Copyright © 2023. All rights reserved.