Uses of Class
software.amazon.awssdk.services.codecommit.model.ApprovalRule
-
Packages that use ApprovalRule Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of ApprovalRule in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return ApprovalRule Modifier and Type Method Description ApprovalRuleCreatePullRequestApprovalRuleResponse. approvalRule()Information about the created approval rule.ApprovalRuleUpdatePullRequestApprovalRuleContentResponse. approvalRule()Information about the updated approval rule.Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type ApprovalRule Modifier and Type Method Description List<ApprovalRule>PullRequest. approvalRules()The approval rules applied to the pull request.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type ApprovalRule Modifier and Type Method Description CreatePullRequestApprovalRuleResponse.BuilderCreatePullRequestApprovalRuleResponse.Builder. approvalRule(ApprovalRule approvalRule)Information about the created approval rule.UpdatePullRequestApprovalRuleContentResponse.BuilderUpdatePullRequestApprovalRuleContentResponse.Builder. approvalRule(ApprovalRule approvalRule)Information about the updated approval rule.PullRequest.BuilderPullRequest.Builder. approvalRules(ApprovalRule... approvalRules)The approval rules applied to the pull request.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type ApprovalRule Modifier and Type Method Description PullRequest.BuilderPullRequest.Builder. approvalRules(Collection<ApprovalRule> approvalRules)The approval rules applied to the pull request.
-