Uses of Class
software.amazon.awssdk.services.codecommit.model.MergePullRequestBySquashResponse
-
Packages that use MergePullRequestBySquashResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of MergePullRequestBySquashResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return MergePullRequestBySquashResponse Modifier and Type Method Description default MergePullRequestBySquashResponseCodeCommitClient. 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 MergePullRequestBySquashResponseCodeCommitClient. 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.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type MergePullRequestBySquashResponse Modifier and Type Method Description default CompletableFuture<MergePullRequestBySquashResponse>CodeCommitAsyncClient. 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 CompletableFuture<MergePullRequestBySquashResponse>CodeCommitAsyncClient. 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.
-