Uses of Class
software.amazon.awssdk.services.codecommit.model.MergePullRequestBySquashRequest
-
Packages that use MergePullRequestBySquashRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of MergePullRequestBySquashRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type MergePullRequestBySquashRequest Modifier and Type Method Description 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.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. -
Uses of MergePullRequestBySquashRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type MergePullRequestBySquashRequest Modifier and Type Method Description SdkHttpFullRequestMergePullRequestBySquashRequestMarshaller. marshall(MergePullRequestBySquashRequest mergePullRequestBySquashRequest)
-