| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Difference |
Difference.clone() |
Difference |
Difference.withAfterBlob(BlobMetadata afterBlob)
Information about an
afterBlob data type object, including the ID, the file mode permission code,
and the path. |
Difference |
Difference.withBeforeBlob(BlobMetadata beforeBlob)
Information about a
beforeBlob data type object, including the ID, the file mode permission code,
and the path. |
Difference |
Difference.withChangeType(ChangeTypeEnum changeType)
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
Difference |
Difference.withChangeType(String changeType)
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
|
| Modifier and Type | Method and Description |
|---|---|
List<Difference> |
GetDifferencesResult.getDifferences()
A differences data type object that contains information about the differences, including whether the difference
is added, modified, or deleted (A, D, M).
|
| Modifier and Type | Method and Description |
|---|---|
GetDifferencesResult |
GetDifferencesResult.withDifferences(Difference... differences)
A differences data type object that contains information about the differences, including whether the difference
is added, modified, or deleted (A, D, M).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDifferencesResult.setDifferences(Collection<Difference> differences)
A differences data type object that contains information about the differences, including whether the difference
is added, modified, or deleted (A, D, M).
|
GetDifferencesResult |
GetDifferencesResult.withDifferences(Collection<Difference> differences)
A differences data type object that contains information about the differences, including whether the difference
is added, modified, or deleted (A, D, M).
|
Copyright © 2018. All rights reserved.