Uses of Class
software.amazon.awssdk.services.codecommit.model.DescribeMergeConflictsResponse
-
Packages that use DescribeMergeConflictsResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.paginators -
-
Uses of DescribeMergeConflictsResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return DescribeMergeConflictsResponse Modifier and Type Method Description default DescribeMergeConflictsResponseCodeCommitClient. describeMergeConflicts(Consumer<DescribeMergeConflictsRequest.Builder> describeMergeConflictsRequest)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 DescribeMergeConflictsResponseCodeCommitClient. describeMergeConflicts(DescribeMergeConflictsRequest describeMergeConflictsRequest)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 DescribeMergeConflictsResponse Modifier and Type Method Description default CompletableFuture<DescribeMergeConflictsResponse>CodeCommitAsyncClient. describeMergeConflicts(Consumer<DescribeMergeConflictsRequest.Builder> describeMergeConflictsRequest)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<DescribeMergeConflictsResponse>CodeCommitAsyncClient. describeMergeConflicts(DescribeMergeConflictsRequest describeMergeConflictsRequest)Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy. -
Uses of DescribeMergeConflictsResponse in software.amazon.awssdk.services.codecommit.paginators
Methods in software.amazon.awssdk.services.codecommit.paginators that return types with arguments of type DescribeMergeConflictsResponse Modifier and Type Method Description Iterator<DescribeMergeConflictsResponse>DescribeMergeConflictsIterable. iterator()Method parameters in software.amazon.awssdk.services.codecommit.paginators with type arguments of type DescribeMergeConflictsResponse Modifier and Type Method Description voidDescribeMergeConflictsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeMergeConflictsResponse> subscriber)
-