Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentReviewCommentSource
-
Packages that use DocumentReviewCommentSource Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of DocumentReviewCommentSource in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentReviewCommentSource Modifier and Type Method 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.Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentReviewCommentSource Modifier and Type Method 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.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type DocumentReviewCommentSource Modifier and Type Method 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.
-