default CreatePullRequestApprovalRuleResponse |
CodeCommitClient.createPullRequestApprovalRule(Consumer<CreatePullRequestApprovalRuleRequest.Builder> createPullRequestApprovalRuleRequest) |
Creates an approval rule for a pull request.
|
default CreatePullRequestApprovalRuleResponse |
CodeCommitClient.createPullRequestApprovalRule(CreatePullRequestApprovalRuleRequest createPullRequestApprovalRuleRequest) |
Creates an approval rule for a pull request.
|
default DeletePullRequestApprovalRuleResponse |
CodeCommitClient.deletePullRequestApprovalRule(Consumer<DeletePullRequestApprovalRuleRequest.Builder> deletePullRequestApprovalRuleRequest) |
Deletes an approval rule from a specified pull request.
|
default DeletePullRequestApprovalRuleResponse |
CodeCommitClient.deletePullRequestApprovalRule(DeletePullRequestApprovalRuleRequest deletePullRequestApprovalRuleRequest) |
Deletes an approval rule from a specified pull request.
|
default DescribePullRequestEventsResponse |
CodeCommitClient.describePullRequestEvents(Consumer<DescribePullRequestEventsRequest.Builder> describePullRequestEventsRequest) |
Returns information about one or more pull request events.
|
default DescribePullRequestEventsResponse |
CodeCommitClient.describePullRequestEvents(DescribePullRequestEventsRequest describePullRequestEventsRequest) |
Returns information about one or more pull request events.
|
default DescribePullRequestEventsIterable |
CodeCommitClient.describePullRequestEventsPaginator(Consumer<DescribePullRequestEventsRequest.Builder> describePullRequestEventsRequest) |
Returns information about one or more pull request events.
|
default DescribePullRequestEventsIterable |
CodeCommitClient.describePullRequestEventsPaginator(DescribePullRequestEventsRequest describePullRequestEventsRequest) |
Returns information about one or more pull request events.
|
default EvaluatePullRequestApprovalRulesResponse |
CodeCommitClient.evaluatePullRequestApprovalRules(Consumer<EvaluatePullRequestApprovalRulesRequest.Builder> evaluatePullRequestApprovalRulesRequest) |
Evaluates whether a pull request has met all the conditions specified in its associated approval rules.
|
default EvaluatePullRequestApprovalRulesResponse |
CodeCommitClient.evaluatePullRequestApprovalRules(EvaluatePullRequestApprovalRulesRequest evaluatePullRequestApprovalRulesRequest) |
Evaluates whether a pull request has met all the conditions specified in its associated approval rules.
|
default GetCommentsForPullRequestResponse |
CodeCommitClient.getCommentsForPullRequest(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest) |
Returns comments made on a pull request.
|
default GetCommentsForPullRequestResponse |
CodeCommitClient.getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest) |
Returns comments made on a pull request.
|
default GetCommentsForPullRequestIterable |
CodeCommitClient.getCommentsForPullRequestPaginator(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest) |
Returns comments made on a pull request.
|
default GetCommentsForPullRequestIterable |
CodeCommitClient.getCommentsForPullRequestPaginator(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest) |
Returns comments made on a pull request.
|
default GetPullRequestResponse |
CodeCommitClient.getPullRequest(Consumer<GetPullRequestRequest.Builder> getPullRequestRequest) |
Gets information about a pull request in a specified repository.
|
default GetPullRequestResponse |
CodeCommitClient.getPullRequest(GetPullRequestRequest getPullRequestRequest) |
Gets information about a pull request in a specified repository.
|
default GetPullRequestApprovalStatesResponse |
CodeCommitClient.getPullRequestApprovalStates(Consumer<GetPullRequestApprovalStatesRequest.Builder> getPullRequestApprovalStatesRequest) |
Gets information about the approval states for a specified pull request.
|
default GetPullRequestApprovalStatesResponse |
CodeCommitClient.getPullRequestApprovalStates(GetPullRequestApprovalStatesRequest getPullRequestApprovalStatesRequest) |
Gets information about the approval states for a specified pull request.
|
default GetPullRequestOverrideStateResponse |
CodeCommitClient.getPullRequestOverrideState(Consumer<GetPullRequestOverrideStateRequest.Builder> getPullRequestOverrideStateRequest) |
Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so,
the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the
pull request.
|
default GetPullRequestOverrideStateResponse |
CodeCommitClient.getPullRequestOverrideState(GetPullRequestOverrideStateRequest getPullRequestOverrideStateRequest) |
Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so,
the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the
pull request.
|
default MergePullRequestByFastForwardResponse |
CodeCommitClient.mergePullRequestByFastForward(Consumer<MergePullRequestByFastForwardRequest.Builder> mergePullRequestByFastForwardRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the fast-forward merge strategy.
|
default MergePullRequestByFastForwardResponse |
CodeCommitClient.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest mergePullRequestByFastForwardRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the fast-forward merge strategy.
|
default MergePullRequestBySquashResponse |
CodeCommitClient.mergePullRequestBySquash(Consumer<MergePullRequestBySquashRequest.Builder> mergePullRequestBySquashRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the squash merge strategy.
|
default MergePullRequestBySquashResponse |
CodeCommitClient.mergePullRequestBySquash(MergePullRequestBySquashRequest mergePullRequestBySquashRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the squash merge strategy.
|
default MergePullRequestByThreeWayResponse |
CodeCommitClient.mergePullRequestByThreeWay(Consumer<MergePullRequestByThreeWayRequest.Builder> mergePullRequestByThreeWayRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the three-way merge strategy.
|
default MergePullRequestByThreeWayResponse |
CodeCommitClient.mergePullRequestByThreeWay(MergePullRequestByThreeWayRequest mergePullRequestByThreeWayRequest) |
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the three-way merge strategy.
|
default OverridePullRequestApprovalRulesResponse |
CodeCommitClient.overridePullRequestApprovalRules(Consumer<OverridePullRequestApprovalRulesRequest.Builder> overridePullRequestApprovalRulesRequest) |
Sets aside (overrides) all approval rule requirements for a specified pull request.
|
default OverridePullRequestApprovalRulesResponse |
CodeCommitClient.overridePullRequestApprovalRules(OverridePullRequestApprovalRulesRequest overridePullRequestApprovalRulesRequest) |
Sets aside (overrides) all approval rule requirements for a specified pull request.
|
default PostCommentForPullRequestResponse |
CodeCommitClient.postCommentForPullRequest(Consumer<PostCommentForPullRequestRequest.Builder> postCommentForPullRequestRequest) |
Posts a comment on a pull request.
|
default PostCommentForPullRequestResponse |
CodeCommitClient.postCommentForPullRequest(PostCommentForPullRequestRequest postCommentForPullRequestRequest) |
Posts a comment on a pull request.
|
default UpdatePullRequestApprovalRuleContentResponse |
CodeCommitClient.updatePullRequestApprovalRuleContent(Consumer<UpdatePullRequestApprovalRuleContentRequest.Builder> updatePullRequestApprovalRuleContentRequest) |
Updates the structure of an approval rule created specifically for a pull request.
|
default UpdatePullRequestApprovalRuleContentResponse |
CodeCommitClient.updatePullRequestApprovalRuleContent(UpdatePullRequestApprovalRuleContentRequest updatePullRequestApprovalRuleContentRequest) |
Updates the structure of an approval rule created specifically for a pull request.
|
default UpdatePullRequestApprovalStateResponse |
CodeCommitClient.updatePullRequestApprovalState(Consumer<UpdatePullRequestApprovalStateRequest.Builder> updatePullRequestApprovalStateRequest) |
Updates the state of a user's approval on a pull request.
|
default UpdatePullRequestApprovalStateResponse |
CodeCommitClient.updatePullRequestApprovalState(UpdatePullRequestApprovalStateRequest updatePullRequestApprovalStateRequest) |
Updates the state of a user's approval on a pull request.
|
default UpdatePullRequestDescriptionResponse |
CodeCommitClient.updatePullRequestDescription(Consumer<UpdatePullRequestDescriptionRequest.Builder> updatePullRequestDescriptionRequest) |
Replaces the contents of the description of a pull request.
|
default UpdatePullRequestDescriptionResponse |
CodeCommitClient.updatePullRequestDescription(UpdatePullRequestDescriptionRequest updatePullRequestDescriptionRequest) |
Replaces the contents of the description of a pull request.
|
default UpdatePullRequestStatusResponse |
CodeCommitClient.updatePullRequestStatus(Consumer<UpdatePullRequestStatusRequest.Builder> updatePullRequestStatusRequest) |
Updates the status of a pull request.
|
default UpdatePullRequestStatusResponse |
CodeCommitClient.updatePullRequestStatus(UpdatePullRequestStatusRequest updatePullRequestStatusRequest) |
Updates the status of a pull request.
|
default UpdatePullRequestTitleResponse |
CodeCommitClient.updatePullRequestTitle(Consumer<UpdatePullRequestTitleRequest.Builder> updatePullRequestTitleRequest) |
Replaces the title of a pull request.
|
default UpdatePullRequestTitleResponse |
CodeCommitClient.updatePullRequestTitle(UpdatePullRequestTitleRequest updatePullRequestTitleRequest) |
Replaces the title of a pull request.
|