| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentReviewCommentSource> |
DocumentReviewerResponseSource.comment()
The comment entered by a reviewer as part of their document review response.
|
List<DocumentReviewCommentSource> |
DocumentReviews.comment()
A comment entered by a user in your organization about the document review request.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.Builder.comment(DocumentReviewCommentSource... comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviews.Builder |
DocumentReviews.Builder.comment(DocumentReviewCommentSource... comment)
A comment entered by a user in your organization about the document review request.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.Builder.comment(Collection<DocumentReviewCommentSource> comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviews.Builder |
DocumentReviews.Builder.comment(Collection<DocumentReviewCommentSource> comment)
A comment entered by a user in your organization about the document review request.
|
Copyright © 2022. All rights reserved.