| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetBlobResult |
AWSCodeCommit.getBlob(GetBlobRequest getBlobRequest)
Returns the base-64 encoded content of an individual blob in a repository.
|
GetBlobResult |
AbstractAWSCodeCommit.getBlob(GetBlobRequest request) |
GetBlobResult |
AWSCodeCommitClient.getBlob(GetBlobRequest request)
Returns the base-64 encoded content of an individual blob in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
Future<GetBlobResult> |
AbstractAWSCodeCommitAsync.getBlobAsync(GetBlobRequest request,
AsyncHandler<GetBlobRequest,GetBlobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<GetBlobResult> |
AbstractAWSCodeCommitAsync.getBlobAsync(GetBlobRequest request,
AsyncHandler<GetBlobRequest,GetBlobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBlobResult |
GetBlobResult.clone() |
GetBlobResult |
GetBlobResult.withContent(ByteBuffer content)
The content of the blob, usually a file.
|
Copyright © 2021. All rights reserved.