Uses of Class
software.amazon.awssdk.services.codecommit.model.ConflictMetadata
-
Packages that use ConflictMetadata Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of ConflictMetadata in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return ConflictMetadata Modifier and Type Method Description ConflictMetadataConflict. conflictMetadata()Metadata about a conflict in a merge operation.ConflictMetadataDescribeMergeConflictsResponse. conflictMetadata()Contains metadata about the conflicts found in the merge.Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type ConflictMetadata Modifier and Type Method Description List<ConflictMetadata>GetMergeConflictsResponse. conflictMetadataList()A list of metadata for any conflicting files.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type ConflictMetadata Modifier and Type Method Description Conflict.BuilderConflict.Builder. conflictMetadata(ConflictMetadata conflictMetadata)Metadata about a conflict in a merge operation.DescribeMergeConflictsResponse.BuilderDescribeMergeConflictsResponse.Builder. conflictMetadata(ConflictMetadata conflictMetadata)Contains metadata about the conflicts found in the merge.GetMergeConflictsResponse.BuilderGetMergeConflictsResponse.Builder. conflictMetadataList(ConflictMetadata... conflictMetadataList)A list of metadata for any conflicting files.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type ConflictMetadata Modifier and Type Method Description GetMergeConflictsResponse.BuilderGetMergeConflictsResponse.Builder. conflictMetadataList(Collection<ConflictMetadata> conflictMetadataList)A list of metadata for any conflicting files.
-