Uses of Class
software.amazon.awssdk.services.codecommit.model.UpdatePullRequestApprovalRuleContentResponse
-
Packages that use UpdatePullRequestApprovalRuleContentResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of UpdatePullRequestApprovalRuleContentResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return UpdatePullRequestApprovalRuleContentResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type UpdatePullRequestApprovalRuleContentResponse Modifier and Type Method Description default CompletableFuture<UpdatePullRequestApprovalRuleContentResponse>CodeCommitAsyncClient. updatePullRequestApprovalRuleContent(Consumer<UpdatePullRequestApprovalRuleContentRequest.Builder> updatePullRequestApprovalRuleContentRequest)Updates the structure of an approval rule created specifically for a pull request.default CompletableFuture<UpdatePullRequestApprovalRuleContentResponse>CodeCommitAsyncClient. updatePullRequestApprovalRuleContent(UpdatePullRequestApprovalRuleContentRequest updatePullRequestApprovalRuleContentRequest)Updates the structure of an approval rule created specifically for a pull request.
-