Uses of Class
software.amazon.awssdk.services.auditmanager.model.ControlComment
-
Packages that use ControlComment Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlComment in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ControlComment Modifier and Type Method Description List<ControlComment>AssessmentControl. comments()The list of comments that's attached to the control.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ControlComment Modifier and Type Method Description AssessmentControl.BuilderAssessmentControl.Builder. comments(ControlComment... comments)The list of comments that's attached to the control.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type ControlComment Modifier and Type Method Description AssessmentControl.BuilderAssessmentControl.Builder. comments(Collection<ControlComment> comments)The list of comments that's attached to the control.
-