| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetFolderResult |
AbstractAWSCodeCommit.getFolder(GetFolderRequest request) |
GetFolderResult |
AWSCodeCommitClient.getFolder(GetFolderRequest request)
Returns the contents of a specified folder in a repository.
|
GetFolderResult |
AWSCodeCommit.getFolder(GetFolderRequest getFolderRequest)
Returns the contents of a specified folder in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFolderResult> |
AbstractAWSCodeCommitAsync.getFolderAsync(GetFolderRequest request) |
Future<GetFolderResult> |
AWSCodeCommitAsync.getFolderAsync(GetFolderRequest getFolderRequest)
Returns the contents of a specified folder in a repository.
|
Future<GetFolderResult> |
AWSCodeCommitAsyncClient.getFolderAsync(GetFolderRequest request) |
Future<GetFolderResult> |
AbstractAWSCodeCommitAsync.getFolderAsync(GetFolderRequest request,
AsyncHandler<GetFolderRequest,GetFolderResult> asyncHandler) |
Future<GetFolderResult> |
AWSCodeCommitAsync.getFolderAsync(GetFolderRequest getFolderRequest,
AsyncHandler<GetFolderRequest,GetFolderResult> asyncHandler)
Returns the contents of a specified folder in a repository.
|
Future<GetFolderResult> |
AWSCodeCommitAsyncClient.getFolderAsync(GetFolderRequest request,
AsyncHandler<GetFolderRequest,GetFolderResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetFolderResult> |
AbstractAWSCodeCommitAsync.getFolderAsync(GetFolderRequest request,
AsyncHandler<GetFolderRequest,GetFolderResult> asyncHandler) |
Future<GetFolderResult> |
AWSCodeCommitAsync.getFolderAsync(GetFolderRequest getFolderRequest,
AsyncHandler<GetFolderRequest,GetFolderResult> asyncHandler)
Returns the contents of a specified folder in a repository.
|
Future<GetFolderResult> |
AWSCodeCommitAsyncClient.getFolderAsync(GetFolderRequest request,
AsyncHandler<GetFolderRequest,GetFolderResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFolderResult |
GetFolderResult.clone() |
GetFolderResult |
GetFolderResult.withCommitId(String commitId)
The full commit ID used as a reference for the returned version of the folder content.
|
GetFolderResult |
GetFolderResult.withFiles(Collection<File> files)
The list of files in the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withFiles(File... files)
The list of files in the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withFolderPath(String folderPath)
The fully qualified path of the folder whose contents are returned.
|
GetFolderResult |
GetFolderResult.withSubFolders(Collection<Folder> subFolders)
The list of folders that exist under the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withSubFolders(Folder... subFolders)
The list of folders that exist under the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withSubModules(Collection<SubModule> subModules)
The list of submodules in the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withSubModules(SubModule... subModules)
The list of submodules in the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withSymbolicLinks(Collection<SymbolicLink> symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withSymbolicLinks(SymbolicLink... symbolicLinks)
The list of symbolic links to other files and folders in the specified folder, if any.
|
GetFolderResult |
GetFolderResult.withTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
Copyright © 2024. All rights reserved.