Uses of Class
software.amazon.awssdk.services.codecommit.model.CommentsForPullRequest
-
Packages that use CommentsForPullRequest Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of CommentsForPullRequest in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type CommentsForPullRequest Modifier and Type Method Description List<CommentsForPullRequest>GetCommentsForPullRequestResponse. commentsForPullRequestData()An array of comment objects on the pull request.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type CommentsForPullRequest Modifier and Type Method Description GetCommentsForPullRequestResponse.BuilderGetCommentsForPullRequestResponse.Builder. commentsForPullRequestData(CommentsForPullRequest... commentsForPullRequestData)An array of comment objects on the pull request.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type CommentsForPullRequest Modifier and Type Method Description GetCommentsForPullRequestResponse.BuilderGetCommentsForPullRequestResponse.Builder. commentsForPullRequestData(Collection<CommentsForPullRequest> commentsForPullRequestData)An array of comment objects on the pull request.
-