Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
DocumentReviewCommentSource |
DocumentReviewCommentSource.clone() |
DocumentReviewCommentSource |
DocumentReviewCommentSource.withContent(String content)
The content of a comment entered by a user who requests a review of a new document version, or who reviews the
new version.
|
DocumentReviewCommentSource |
DocumentReviewCommentSource.withType(DocumentReviewCommentType type)
The type of information added to a review request.
|
DocumentReviewCommentSource |
DocumentReviewCommentSource.withType(String type)
The type of information added to a review request.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentReviewCommentSource> |
DocumentReviewerResponseSource.getComment()
The comment entered by a reviewer as part of their document review response.
|
List<DocumentReviewCommentSource> |
DocumentReviews.getComment()
A comment entered by a user in your organization about the document review request.
|
Modifier and Type | Method and Description |
---|---|
DocumentReviewerResponseSource |
DocumentReviewerResponseSource.withComment(DocumentReviewCommentSource... comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviews |
DocumentReviews.withComment(DocumentReviewCommentSource... comment)
A comment entered by a user in your organization about the document review request.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentReviewerResponseSource.setComment(Collection<DocumentReviewCommentSource> comment)
The comment entered by a reviewer as part of their document review response.
|
void |
DocumentReviews.setComment(Collection<DocumentReviewCommentSource> comment)
A comment entered by a user in your organization about the document review request.
|
DocumentReviewerResponseSource |
DocumentReviewerResponseSource.withComment(Collection<DocumentReviewCommentSource> comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviews |
DocumentReviews.withComment(Collection<DocumentReviewCommentSource> comment)
A comment entered by a user in your organization about the document review request.
|
Copyright © 2024. All rights reserved.