| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default GetFolderResponse |
CodeCommitClient.getFolder(Consumer<GetFolderRequest.Builder> getFolderRequest)
Returns the contents of a specified folder in a repository.
|
default GetFolderResponse |
CodeCommitClient.getFolder(GetFolderRequest getFolderRequest)
Returns the contents of a specified folder in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetFolderResponse> |
CodeCommitAsyncClient.getFolder(Consumer<GetFolderRequest.Builder> getFolderRequest)
Returns the contents of a specified folder in a repository.
|
default CompletableFuture<GetFolderResponse> |
CodeCommitAsyncClient.getFolder(GetFolderRequest getFolderRequest)
Returns the contents of a specified folder in a repository.
|
Copyright © 2021. All rights reserved.