| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
List<ControlMappingSource> |
Control.controlMappingSources()
The data mapping sources for the control.
|
List<ControlMappingSource> |
UpdateControlRequest.controlMappingSources()
The data mapping sources for the control.
|
| Modifier and Type | Method and Description |
|---|---|
Control.Builder |
Control.Builder.controlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.controlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
| Modifier and Type | Method and Description |
|---|---|
Control.Builder |
Control.Builder.controlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest.Builder |
UpdateControlRequest.Builder.controlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
Copyright © 2023. All rights reserved.