Uses of Class
software.amazon.awssdk.services.auditmanager.model.ControlMappingSource
-
Packages that use ControlMappingSource Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlMappingSource in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ControlMappingSource Modifier and Type Method Description List<ControlMappingSource>Control. controlMappingSources()The data mapping sources for the control.List<ControlMappingSource>UpdateControlRequest. controlMappingSources()The data mapping sources for the control.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ControlMappingSource Modifier and Type Method Description Control.BuilderControl.Builder. controlMappingSources(ControlMappingSource... controlMappingSources)The data mapping sources for the control.UpdateControlRequest.BuilderUpdateControlRequest.Builder. controlMappingSources(ControlMappingSource... controlMappingSources)The data mapping sources for the control.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type ControlMappingSource Modifier and Type Method Description Control.BuilderControl.Builder. controlMappingSources(Collection<ControlMappingSource> controlMappingSources)The data mapping sources for the control.UpdateControlRequest.BuilderUpdateControlRequest.Builder. controlMappingSources(Collection<ControlMappingSource> controlMappingSources)The data mapping sources for the control.
-