Uses of Class
software.amazon.awssdk.services.codecommit.model.MergeHunkDetail
-
Packages that use MergeHunkDetail Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of MergeHunkDetail in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return MergeHunkDetail Modifier and Type Method Description MergeHunkDetailMergeHunk. base()Information about the merge hunk in the base of a merge or pull request.MergeHunkDetailMergeHunk. destination()Information about the merge hunk in the destination of a merge or pull request.MergeHunkDetailMergeHunk. source()Information about the merge hunk in the source of a merge or pull request.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type MergeHunkDetail Modifier and Type Method Description MergeHunk.BuilderMergeHunk.Builder. base(MergeHunkDetail base)Information about the merge hunk in the base of a merge or pull request.MergeHunk.BuilderMergeHunk.Builder. destination(MergeHunkDetail destination)Information about the merge hunk in the destination of a merge or pull request.MergeHunk.BuilderMergeHunk.Builder. source(MergeHunkDetail source)Information about the merge hunk in the source of a merge or pull request.
-