| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReplaceContentEntry> |
ConflictResolution.replaceContents()
Files to have content replaced as part of the merge conflict resolution.
|
| Modifier and Type | Method and Description |
|---|---|
ConflictResolution.Builder |
ConflictResolution.Builder.replaceContents(ReplaceContentEntry... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
| Modifier and Type | Method and Description |
|---|---|
ConflictResolution.Builder |
ConflictResolution.Builder.replaceContents(Collection<ReplaceContentEntry> replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
Copyright © 2020. All rights reserved.