| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
File |
File.clone() |
File |
File.withAbsolutePath(String absolutePath)
The fully qualified path to the file in the repository.
|
File |
File.withBlobId(String blobId)
The blob ID that contains the file information.
|
File |
File.withFileMode(FileModeTypeEnum fileMode)
The extrapolated file mode permissions for the file.
|
File |
File.withFileMode(String fileMode)
The extrapolated file mode permissions for the file.
|
File |
File.withRelativePath(String relativePath)
The relative path of the file from the folder where the query originated.
|
| Modifier and Type | Method and Description |
|---|---|
List<File> |
GetFolderResult.getFiles()
The list of files in the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
GetFolderResult |
GetFolderResult.withFiles(File... files)
The list of files in the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFolderResult.setFiles(Collection<File> files)
The list of files in the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withFiles(Collection<File> files)
The list of files in the specified folder, if any.
|
Copyright © 2023. All rights reserved.