| 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 source.
|
ControlMappingSource |
ControlMappingSource.withSourceFrequency(SourceFrequency sourceFrequency)
The frequency of evidence collection for the control mapping source.
|
ControlMappingSource |
ControlMappingSource.withSourceFrequency(String sourceFrequency)
The frequency of evidence collection for the control mapping source.
|
ControlMappingSource |
ControlMappingSource.withSourceId(String sourceId)
The unique identifier for the source.
|
ControlMappingSource |
ControlMappingSource.withSourceKeyword(SourceKeyword sourceKeyword) |
ControlMappingSource |
ControlMappingSource.withSourceName(String sourceName)
The name of the source.
|
ControlMappingSource |
ControlMappingSource.withSourceSetUpOption(SourceSetUpOption sourceSetUpOption)
The setup option for the data source.
|
ControlMappingSource |
ControlMappingSource.withSourceSetUpOption(String sourceSetUpOption)
The setup option for the data source.
|
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 control.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlMappingSource> |
UpdateControlRequest.getControlMappingSources()
The data mapping sources for the control.
|
List<ControlMappingSource> |
Control.getControlMappingSources()
The data mapping sources for the control.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateControlRequest |
UpdateControlRequest.withControlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
Control |
Control.withControlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateControlRequest.setControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
void |
Control.setControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest |
UpdateControlRequest.withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
Control |
Control.withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
Copyright © 2023. All rights reserved.