Uses of Class
software.amazon.awssdk.services.codecommit.model.MergeOperations
-
Packages that use MergeOperations Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of MergeOperations in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return MergeOperations Modifier and Type Method Description MergeOperationsConflictMetadata. mergeOperations()Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type MergeOperations Modifier and Type Method Description ConflictMetadata.BuilderConflictMetadata.Builder. mergeOperations(MergeOperations mergeOperations)Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.
-