Uses of Class
software.amazon.awssdk.services.codecommit.model.BatchDescribeMergeConflictsResponse
-
Packages that use BatchDescribeMergeConflictsResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of BatchDescribeMergeConflictsResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return BatchDescribeMergeConflictsResponse Modifier and Type Method Description default BatchDescribeMergeConflictsResponseCodeCommitClient. batchDescribeMergeConflicts(Consumer<BatchDescribeMergeConflictsRequest.Builder> batchDescribeMergeConflictsRequest)Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.default BatchDescribeMergeConflictsResponseCodeCommitClient. batchDescribeMergeConflicts(BatchDescribeMergeConflictsRequest batchDescribeMergeConflictsRequest)Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type BatchDescribeMergeConflictsResponse Modifier and Type Method Description default CompletableFuture<BatchDescribeMergeConflictsResponse>CodeCommitAsyncClient. batchDescribeMergeConflicts(Consumer<BatchDescribeMergeConflictsRequest.Builder> batchDescribeMergeConflictsRequest)Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.default CompletableFuture<BatchDescribeMergeConflictsResponse>CodeCommitAsyncClient. batchDescribeMergeConflicts(BatchDescribeMergeConflictsRequest batchDescribeMergeConflictsRequest)Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.
-