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