Uses of Class
software.amazon.awssdk.services.codecommit.model.ApprovalRuleContentRequiredException
-
Packages that use ApprovalRuleContentRequiredException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of ApprovalRuleContentRequiredException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw ApprovalRuleContentRequiredException 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.
-