| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CreateControlMappingSource |
CreateControlMappingSource.clone() |
CreateControlMappingSource |
CreateControlMappingSource.withSourceDescription(String sourceDescription)
The description of the data source that determines where Audit Manager collects evidence from for the control.
|
CreateControlMappingSource |
CreateControlMappingSource.withSourceFrequency(SourceFrequency sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
CreateControlMappingSource |
CreateControlMappingSource.withSourceFrequency(String sourceFrequency)
Specifies how often evidence is collected from the control mapping source.
|
CreateControlMappingSource |
CreateControlMappingSource.withSourceKeyword(SourceKeyword sourceKeyword) |
CreateControlMappingSource |
CreateControlMappingSource.withSourceName(String sourceName)
The name of the control mapping data source.
|
CreateControlMappingSource |
CreateControlMappingSource.withSourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
CreateControlMappingSource |
CreateControlMappingSource.withSourceSetUpOption(String sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
CreateControlMappingSource |
CreateControlMappingSource.withSourceType(SourceType sourceType)
Specifies one of the five types of data sources for evidence collection.
|
CreateControlMappingSource |
CreateControlMappingSource.withSourceType(String sourceType)
Specifies one of the five types of data sources for evidence collection.
|
CreateControlMappingSource |
CreateControlMappingSource.withTroubleshootingText(String troubleshootingText)
The instructions for troubleshooting the control.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateControlMappingSource> |
CreateControlRequest.getControlMappingSources()
The data mapping sources for the control.
|
| Modifier and Type | Method and Description |
|---|---|
CreateControlRequest |
CreateControlRequest.withControlMappingSources(CreateControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateControlRequest.setControlMappingSources(Collection<CreateControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
CreateControlRequest |
CreateControlRequest.withControlMappingSources(Collection<CreateControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
Copyright © 2023. All rights reserved.