Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.BranchDiffSourceCodeType
-
Packages that use BranchDiffSourceCodeType Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of BranchDiffSourceCodeType in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return BranchDiffSourceCodeType Modifier and Type Method Description BranchDiffSourceCodeTypeSourceCodeType. branchDiff()A type of SourceCodeType that specifies a source branch name and a destination branch name in an associated repository.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type BranchDiffSourceCodeType Modifier and Type Method Description SourceCodeType.BuilderSourceCodeType.Builder. branchDiff(BranchDiffSourceCodeType branchDiff)A type of SourceCodeType that specifies a source branch name and a destination branch name in an associated repository.
-