Uses of Class
software.amazon.awssdk.services.codecommit.model.MergeBranchesByFastForwardResponse
-
Packages that use MergeBranchesByFastForwardResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of MergeBranchesByFastForwardResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return MergeBranchesByFastForwardResponse Modifier and Type Method Description default MergeBranchesByFastForwardResponseCodeCommitClient. mergeBranchesByFastForward(Consumer<MergeBranchesByFastForwardRequest.Builder> mergeBranchesByFastForwardRequest)Merges two branches using the fast-forward merge strategy.default MergeBranchesByFastForwardResponseCodeCommitClient. mergeBranchesByFastForward(MergeBranchesByFastForwardRequest mergeBranchesByFastForwardRequest)Merges two branches using the fast-forward merge strategy.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type MergeBranchesByFastForwardResponse Modifier and Type Method Description default CompletableFuture<MergeBranchesByFastForwardResponse>CodeCommitAsyncClient. mergeBranchesByFastForward(Consumer<MergeBranchesByFastForwardRequest.Builder> mergeBranchesByFastForwardRequest)Merges two branches using the fast-forward merge strategy.default CompletableFuture<MergeBranchesByFastForwardResponse>CodeCommitAsyncClient. mergeBranchesByFastForward(MergeBranchesByFastForwardRequest mergeBranchesByFastForwardRequest)Merges two branches using the fast-forward merge strategy.
-