Uses of Class
software.amazon.awssdk.services.codecommit.model.InvalidRelativeFileVersionEnumException
-
Packages that use InvalidRelativeFileVersionEnumException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of InvalidRelativeFileVersionEnumException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw InvalidRelativeFileVersionEnumException Modifier and Type Method Description default PostCommentForComparedCommitResponseCodeCommitClient. postCommentForComparedCommit(Consumer<PostCommentForComparedCommitRequest.Builder> postCommentForComparedCommitRequest)Posts a comment on the comparison between two commits.default PostCommentForComparedCommitResponseCodeCommitClient. postCommentForComparedCommit(PostCommentForComparedCommitRequest postCommentForComparedCommitRequest)Posts a comment on the comparison between two commits.default PostCommentForPullRequestResponseCodeCommitClient. postCommentForPullRequest(Consumer<PostCommentForPullRequestRequest.Builder> postCommentForPullRequestRequest)Posts a comment on a pull request.default PostCommentForPullRequestResponseCodeCommitClient. postCommentForPullRequest(PostCommentForPullRequestRequest postCommentForPullRequestRequest)Posts a comment on a pull request.
-