| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
BranchDiffSourceCodeType |
BranchDiffSourceCodeType.clone() |
BranchDiffSourceCodeType |
SourceCodeType.getBranchDiff()
A type of SourceCodeType that
specifies a source branch name and a destination branch name in an associated repository.
|
BranchDiffSourceCodeType |
BranchDiffSourceCodeType.withDestinationBranchName(String destinationBranchName)
The destination branch for a diff in an associated repository.
|
BranchDiffSourceCodeType |
BranchDiffSourceCodeType.withSourceBranchName(String sourceBranchName)
The source branch for a diff in an associated repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceCodeType.setBranchDiff(BranchDiffSourceCodeType branchDiff)
A type of SourceCodeType that
specifies a source branch name and a destination branch name in an associated repository.
|
SourceCodeType |
SourceCodeType.withBranchDiff(BranchDiffSourceCodeType branchDiff)
A type of SourceCodeType that
specifies a source branch name and a destination branch name in an associated repository.
|
Copyright © 2023. All rights reserved.