| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
List<Difference> |
GetDifferencesResponse.differences()
A 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 |
|---|---|
GetDifferencesResponse.Builder |
GetDifferencesResponse.Builder.differences(Difference... differences)
A 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 |
|---|---|
GetDifferencesResponse.Builder |
GetDifferencesResponse.Builder.differences(Collection<Difference> differences)
A data type object that contains information about the differences, including whether the difference is
added, modified, or deleted (A, D, M).
|
Copyright © 2021. All rights reserved.