Uses of Class
software.amazon.awssdk.services.codecommit.model.InvalidApprovalRuleContentException
-
Packages that use InvalidApprovalRuleContentException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of InvalidApprovalRuleContentException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw InvalidApprovalRuleContentException Modifier and Type Method Description default CreatePullRequestApprovalRuleResponseCodeCommitClient. createPullRequestApprovalRule(Consumer<CreatePullRequestApprovalRuleRequest.Builder> createPullRequestApprovalRuleRequest)Creates an approval rule for a pull request.default CreatePullRequestApprovalRuleResponseCodeCommitClient. createPullRequestApprovalRule(CreatePullRequestApprovalRuleRequest createPullRequestApprovalRuleRequest)Creates an approval rule for a pull request.default UpdatePullRequestApprovalRuleContentResponseCodeCommitClient. updatePullRequestApprovalRuleContent(Consumer<UpdatePullRequestApprovalRuleContentRequest.Builder> updatePullRequestApprovalRuleContentRequest)Updates the structure of an approval rule created specifically for a pull request.default UpdatePullRequestApprovalRuleContentResponseCodeCommitClient. updatePullRequestApprovalRuleContent(UpdatePullRequestApprovalRuleContentRequest updatePullRequestApprovalRuleContentRequest)Updates the structure of an approval rule created specifically for a pull request.
-