Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentReviewCommentSource
Packages that use DocumentReviewCommentSource
-
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 DocumentReviewCommentSourceModifier and TypeMethodDescriptionfinal List<DocumentReviewCommentSource>DocumentReviewerResponseSource.comment()The comment entered by a reviewer as part of their document review response.final 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 DocumentReviewCommentSourceModifier and TypeMethodDescriptionDocumentReviewerResponseSource.Builder.comment(DocumentReviewCommentSource... comment) The comment entered by a reviewer as part of their document review response.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 DocumentReviewCommentSourceModifier and TypeMethodDescriptionDocumentReviewerResponseSource.Builder.comment(Collection<DocumentReviewCommentSource> comment) The comment entered by a reviewer as part of their document review response.DocumentReviews.Builder.comment(Collection<DocumentReviewCommentSource> comment) A comment entered by a user in your organization about the document review request.