| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ControlComment |
ControlComment.clone() |
ControlComment |
ControlComment.withAuthorName(String authorName)
The name of the user who authored the comment.
|
ControlComment |
ControlComment.withCommentBody(String commentBody)
The body text of a control comment.
|
ControlComment |
ControlComment.withPostedDate(Date postedDate)
The time when the comment was posted.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlComment> |
AssessmentControl.getComments()
The list of comments that's attached to the control.
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentControl |
AssessmentControl.withComments(ControlComment... comments)
The list of comments that's attached to the control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssessmentControl.setComments(Collection<ControlComment> comments)
The list of comments that's attached to the control.
|
AssessmentControl |
AssessmentControl.withComments(Collection<ControlComment> comments)
The list of comments that's attached to the control.
|
Copyright © 2025. All rights reserved.