| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
SubModule |
SubModule.clone() |
SubModule |
SubModule.withAbsolutePath(String absolutePath)
The fully qualified path to the folder that contains the reference to the submodule.
|
SubModule |
SubModule.withCommitId(String commitId)
The commit ID that contains the reference to the submodule.
|
SubModule |
SubModule.withRelativePath(String relativePath)
The relative path of the submodule from the folder where the query originated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubModule> |
GetFolderResult.getSubModules()
The list of submodules that exist in the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
GetFolderResult |
GetFolderResult.withSubModules(SubModule... subModules)
The list of submodules that exist in the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFolderResult.setSubModules(Collection<SubModule> subModules)
The list of submodules that exist in the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withSubModules(Collection<SubModule> subModules)
The list of submodules that exist in the specified folder, if any.
|
Copyright © 2019. All rights reserved.