Uses of Class
software.amazon.awssdk.services.codecommit.model.PullRequestCannotBeApprovedByAuthorException
-
Packages that use PullRequestCannotBeApprovedByAuthorException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of PullRequestCannotBeApprovedByAuthorException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw PullRequestCannotBeApprovedByAuthorException Modifier and Type Method Description default UpdatePullRequestApprovalStateResponseCodeCommitClient. updatePullRequestApprovalState(Consumer<UpdatePullRequestApprovalStateRequest.Builder> updatePullRequestApprovalStateRequest)Updates the state of a user's approval on a pull request.default UpdatePullRequestApprovalStateResponseCodeCommitClient. updatePullRequestApprovalState(UpdatePullRequestApprovalStateRequest updatePullRequestApprovalStateRequest)Updates the state of a user's approval on a pull request.
-