Uses of Class
software.amazon.awssdk.services.codecommit.model.Difference
-
Packages that use Difference Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Difference in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Difference Modifier and Type Method 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).Methods in software.amazon.awssdk.services.codecommit.model with parameters of type Difference Modifier and Type Method Description GetDifferencesResponse.BuilderGetDifferencesResponse.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).Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type Difference Modifier and Type Method Description GetDifferencesResponse.BuilderGetDifferencesResponse.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).
-