| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetBlobResult |
AbstractAWSCodeCommit.getBlob(GetBlobRequest request) |
GetBlobResult |
AWSCodeCommit.getBlob(GetBlobRequest getBlobRequest)
Returns the base-64 encoded content of an individual blob in a repository.
|
GetBlobResult |
AWSCodeCommitClient.getBlob(GetBlobRequest request)
Returns the base-64 encoded content of an individual blob in a repository.
|
Future<GetBlobResult> |
AbstractAWSCodeCommitAsync.getBlobAsync(GetBlobRequest request) |
Future<GetBlobResult> |
AWSCodeCommitAsync.getBlobAsync(GetBlobRequest getBlobRequest)
Returns the base-64 encoded content of an individual blob in a repository.
|
Future<GetBlobResult> |
AWSCodeCommitAsyncClient.getBlobAsync(GetBlobRequest request) |
Future<GetBlobResult> |
AbstractAWSCodeCommitAsync.getBlobAsync(GetBlobRequest request,
AsyncHandler<GetBlobRequest,GetBlobResult> asyncHandler) |
Future<GetBlobResult> |
AWSCodeCommitAsync.getBlobAsync(GetBlobRequest getBlobRequest,
AsyncHandler<GetBlobRequest,GetBlobResult> asyncHandler)
Returns the base-64 encoded content of an individual blob in a repository.
|
Future<GetBlobResult> |
AWSCodeCommitAsyncClient.getBlobAsync(GetBlobRequest request,
AsyncHandler<GetBlobRequest,GetBlobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBlobResult> |
AbstractAWSCodeCommitAsync.getBlobAsync(GetBlobRequest request,
AsyncHandler<GetBlobRequest,GetBlobResult> asyncHandler) |
Future<GetBlobResult> |
AWSCodeCommitAsync.getBlobAsync(GetBlobRequest getBlobRequest,
AsyncHandler<GetBlobRequest,GetBlobResult> asyncHandler)
Returns the base-64 encoded content of an individual blob in a repository.
|
Future<GetBlobResult> |
AWSCodeCommitAsyncClient.getBlobAsync(GetBlobRequest request,
AsyncHandler<GetBlobRequest,GetBlobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBlobRequest |
GetBlobRequest.clone() |
GetBlobRequest |
GetBlobRequest.withBlobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
|
GetBlobRequest |
GetBlobRequest.withRepositoryName(String repositoryName)
The name of the repository that contains the blob.
|
Copyright © 2022. All rights reserved.