| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
List<Folder> |
GetFolderResponse.subFolders()
The list of folders that exist under the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
GetFolderResponse.Builder |
GetFolderResponse.Builder.subFolders(Folder... subFolders)
The list of folders that exist under the specified folder, if any.
|
| Modifier and Type | Method and Description |
|---|---|
GetFolderResponse.Builder |
GetFolderResponse.Builder.subFolders(Collection<Folder> subFolders)
The list of folders that exist under the specified folder, if any.
|
Copyright © 2023. All rights reserved.