| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Folder |
Folder.clone() |
Folder |
Folder.withAbsolutePath(String absolutePath)
The fully qualified path of the folder in the repository.
|
Folder |
Folder.withRelativePath(String relativePath)
The relative path of the specified folder from the folder where the query originated.
|
Folder |
Folder.withTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
| Modifier and Type | Method and Description |
|---|---|
List<Folder> |
GetFolderResult.getSubFolders()
The list of folders that exist under the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
GetFolderResult |
GetFolderResult.withSubFolders(Folder... subFolders)
The list of folders that exist under the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFolderResult.setSubFolders(Collection<Folder> subFolders)
The list of folders that exist under the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withSubFolders(Collection<Folder> subFolders)
The list of folders that exist under the specified folder, if any.
|
Copyright © 2021. All rights reserved.