Uses of Class
software.amazon.awssdk.services.codecommit.model.GetMergeOptionsResponse
-
Packages that use GetMergeOptionsResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of GetMergeOptionsResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return GetMergeOptionsResponse Modifier and Type Method Description default GetMergeOptionsResponseCodeCommitClient. getMergeOptions(Consumer<GetMergeOptionsRequest.Builder> getMergeOptionsRequest)Returns information about the merge options available for merging two specified branches.default GetMergeOptionsResponseCodeCommitClient. getMergeOptions(GetMergeOptionsRequest getMergeOptionsRequest)Returns information about the merge options available for merging two specified branches.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type GetMergeOptionsResponse Modifier and Type Method Description default CompletableFuture<GetMergeOptionsResponse>CodeCommitAsyncClient. getMergeOptions(Consumer<GetMergeOptionsRequest.Builder> getMergeOptionsRequest)Returns information about the merge options available for merging two specified branches.default CompletableFuture<GetMergeOptionsResponse>CodeCommitAsyncClient. getMergeOptions(GetMergeOptionsRequest getMergeOptionsRequest)Returns information about the merge options available for merging two specified branches.
-