| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ControlMappingSource |
ControlMappingSource.clone() |
ControlMappingSource |
ControlMappingSource.withSourceDescription(String sourceDescription)
The description of the specified source.
|
ControlMappingSource |
ControlMappingSource.withSourceFrequency(SourceFrequency sourceFrequency)
The frequency of evidence collection for the specified control mapping source.
|
ControlMappingSource |
ControlMappingSource.withSourceFrequency(String sourceFrequency)
The frequency of evidence collection for the specified control mapping source.
|
ControlMappingSource |
ControlMappingSource.withSourceId(String sourceId)
The unique identifier for the specified source.
|
ControlMappingSource |
ControlMappingSource.withSourceKeyword(SourceKeyword sourceKeyword) |
ControlMappingSource |
ControlMappingSource.withSourceName(String sourceName)
The name of the specified source.
|
ControlMappingSource |
ControlMappingSource.withSourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
ControlMappingSource |
ControlMappingSource.withSourceSetUpOption(String sourceSetUpOption)
The setup option for the data source, which reflects if the evidence collection is automated or manual.
|
ControlMappingSource |
ControlMappingSource.withSourceType(SourceType sourceType)
Specifies one of the five types of data sources for evidence collection.
|
ControlMappingSource |
ControlMappingSource.withSourceType(String sourceType)
Specifies one of the five types of data sources for evidence collection.
|
ControlMappingSource |
ControlMappingSource.withTroubleshootingText(String troubleshootingText)
The instructions for troubleshooting the specified control.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlMappingSource> |
UpdateControlRequest.getControlMappingSources()
The data mapping sources for the specified control.
|
List<ControlMappingSource> |
Control.getControlMappingSources()
The data mapping sources for the specified control.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateControlRequest |
UpdateControlRequest.withControlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
|
Control |
Control.withControlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateControlRequest.setControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
void |
Control.setControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
UpdateControlRequest |
UpdateControlRequest.withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
Control |
Control.withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
Copyright © 2021. All rights reserved.