| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
SourceFileSpecifier |
SourceFileSpecifier.clone() |
SourceFileSpecifier |
PutFileEntry.getSourceFile()
The name and full path of the file that contains the changes you want to make as part of the commit, if you are
not providing the file content directly.
|
SourceFileSpecifier |
SourceFileSpecifier.withFilePath(String filePath)
The full path to the file, including the name of the file.
|
SourceFileSpecifier |
SourceFileSpecifier.withIsMove(Boolean isMove)
Whether to remove the source file from the parent commit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutFileEntry.setSourceFile(SourceFileSpecifier sourceFile)
The name and full path of the file that contains the changes you want to make as part of the commit, if you are
not providing the file content directly.
|
PutFileEntry |
PutFileEntry.withSourceFile(SourceFileSpecifier sourceFile)
The name and full path of the file that contains the changes you want to make as part of the commit, if you are
not providing the file content directly.
|
Copyright © 2023. All rights reserved.