Uses of Class
software.amazon.awssdk.services.auditmanager.model.ControlSet
-
Packages that use ControlSet Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlSet in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ControlSet Modifier and Type Method Description List<ControlSet>Framework. controlSets()The control sets that are associated with the framework.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ControlSet Modifier and Type Method Description Framework.BuilderFramework.Builder. controlSets(ControlSet... controlSets)The control sets that are associated with the framework.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type ControlSet Modifier and Type Method Description Framework.BuilderFramework.Builder. controlSets(Collection<ControlSet> controlSets)The control sets that are associated with the framework.
-