| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| 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 CompletableFuture<GetBlobResponse> |
CodeCommitAsyncClient.getBlob(Consumer<GetBlobRequest.Builder> getBlobRequest)
Returns the base-64 encoded content of an individual blob in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
GetBlobRequest.Builder |
GetBlobRequest.Builder.blobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
|
static GetBlobRequest.Builder |
GetBlobRequest.builder() |
GetBlobRequest.Builder |
GetBlobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBlobRequest.Builder |
GetBlobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBlobRequest.Builder |
GetBlobRequest.Builder.repositoryName(String repositoryName)
The name of the repository that contains the blob.
|
GetBlobRequest.Builder |
GetBlobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBlobRequest.Builder> |
GetBlobRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.