| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PutFileEntry |
PutFileEntry.clone() |
PutFileEntry |
PutFileEntry.withFileContent(ByteBuffer fileContent)
The content of the file, if a source file is not specified.
|
PutFileEntry |
PutFileEntry.withFileMode(FileModeTypeEnum fileMode)
The extrapolated file mode permissions for the file.
|
PutFileEntry |
PutFileEntry.withFileMode(String fileMode)
The extrapolated file mode permissions for the file.
|
PutFileEntry |
PutFileEntry.withFilePath(String filePath)
The full path to the file in the repository, including the name of the file.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<PutFileEntry> |
CreateCommitRequest.getPutFiles()
The files to add or update in this commit.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCommitRequest |
CreateCommitRequest.withPutFiles(PutFileEntry... putFiles)
The files to add or update in this commit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCommitRequest.setPutFiles(Collection<PutFileEntry> putFiles)
The files to add or update in this commit.
|
CreateCommitRequest |
CreateCommitRequest.withPutFiles(Collection<PutFileEntry> putFiles)
The files to add or update in this commit.
|
Copyright © 2022. All rights reserved.