| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
SymbolicLink |
SymbolicLink.clone() |
SymbolicLink |
SymbolicLink.withAbsolutePath(String absolutePath)
The fully-qualified path to the folder that contains the symbolic link.
|
SymbolicLink |
SymbolicLink.withBlobId(String blobId)
The blob ID that contains the information about the symbolic link.
|
SymbolicLink |
SymbolicLink.withFileMode(FileModeTypeEnum fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
|
SymbolicLink |
SymbolicLink.withFileMode(String fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
|
SymbolicLink |
SymbolicLink.withRelativePath(String relativePath)
The relative path of the symbolic link from the folder where the query originated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SymbolicLink> |
GetFolderResult.getSymbolicLinks()
The list of symbolic links to other files and folders that exist in the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
GetFolderResult |
GetFolderResult.withSymbolicLinks(SymbolicLink... symbolicLinks)
The list of symbolic links to other files and folders that exist in the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFolderResult.setSymbolicLinks(Collection<SymbolicLink> symbolicLinks)
The list of symbolic links to other files and folders that exist in the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withSymbolicLinks(Collection<SymbolicLink> symbolicLinks)
The list of symbolic links to other files and folders that exist in the specified folder, if any.
|
Copyright © 2019. All rights reserved.