| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default GetBlobResponse |
CodeCommitClient.getBlob(Consumer<GetBlobRequest.Builder> getBlobRequest)
Returns the base-64 encoded content of an individual blob in a repository.
|
default GetBlobResponse |
CodeCommitClient.getBlob(GetBlobRequest getBlobRequest)
Returns the base-64 encoded content of an individual blob in a repository.
|
default GetFileResponse |
CodeCommitClient.getFile(Consumer<GetFileRequest.Builder> getFileRequest)
Returns the base-64 encoded contents of a specified file and its metadata.
|
default GetFileResponse |
CodeCommitClient.getFile(GetFileRequest getFileRequest)
Returns the base-64 encoded contents of a specified file and its metadata.
|
Copyright © 2023. All rights reserved.