| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static SourceSetUpOption |
SourceSetUpOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SourceSetUpOption |
ControlMappingSource.sourceSetUpOption()
The setup option for the data source.
|
SourceSetUpOption |
CreateControlMappingSource.sourceSetUpOption()
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
static SourceSetUpOption |
SourceSetUpOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceSetUpOption[] |
SourceSetUpOption.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<SourceSetUpOption> |
SourceSetUpOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ControlMappingSource.Builder |
ControlMappingSource.Builder.sourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source.
|
CreateControlMappingSource.Builder |
CreateControlMappingSource.Builder.sourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
Copyright © 2022. All rights reserved.