| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteFileEntry |
DeleteFileEntry.clone() |
DeleteFileEntry |
DeleteFileEntry.withFilePath(String filePath)
The full path of the file to be deleted, including the name of the file.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeleteFileEntry> |
CreateCommitRequest.getDeleteFiles()
The files to delete in this commit.
|
List<DeleteFileEntry> |
ConflictResolution.getDeleteFiles()
Files to be deleted as part of the merge conflict resolution.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCommitRequest |
CreateCommitRequest.withDeleteFiles(DeleteFileEntry... deleteFiles)
The files to delete in this commit.
|
ConflictResolution |
ConflictResolution.withDeleteFiles(DeleteFileEntry... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCommitRequest.setDeleteFiles(Collection<DeleteFileEntry> deleteFiles)
The files to delete in this commit.
|
void |
ConflictResolution.setDeleteFiles(Collection<DeleteFileEntry> deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
CreateCommitRequest |
CreateCommitRequest.withDeleteFiles(Collection<DeleteFileEntry> deleteFiles)
The files to delete in this commit.
|
ConflictResolution |
ConflictResolution.withDeleteFiles(Collection<DeleteFileEntry> deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
Copyright © 2023. All rights reserved.