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