| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetFileResult |
AWSCodeCommitClient.getFile(GetFileRequest request)
Returns the base-64 encoded contents of a specified file and its metadata.
|
GetFileResult |
AbstractAWSCodeCommit.getFile(GetFileRequest request) |
GetFileResult |
AWSCodeCommit.getFile(GetFileRequest getFileRequest)
Returns the base-64 encoded contents of a specified file and its metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFileResult> |
AWSCodeCommitAsync.getFileAsync(GetFileRequest getFileRequest)
Returns the base-64 encoded contents of a specified file and its metadata.
|
Future<GetFileResult> |
AbstractAWSCodeCommitAsync.getFileAsync(GetFileRequest request) |
Future<GetFileResult> |
AWSCodeCommitAsyncClient.getFileAsync(GetFileRequest request) |
Future<GetFileResult> |
AWSCodeCommitAsync.getFileAsync(GetFileRequest getFileRequest,
AsyncHandler<GetFileRequest,GetFileResult> asyncHandler)
Returns the base-64 encoded contents of a specified file and its metadata.
|
Future<GetFileResult> |
AbstractAWSCodeCommitAsync.getFileAsync(GetFileRequest request,
AsyncHandler<GetFileRequest,GetFileResult> asyncHandler) |
Future<GetFileResult> |
AWSCodeCommitAsyncClient.getFileAsync(GetFileRequest request,
AsyncHandler<GetFileRequest,GetFileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetFileResult> |
AWSCodeCommitAsync.getFileAsync(GetFileRequest getFileRequest,
AsyncHandler<GetFileRequest,GetFileResult> asyncHandler)
Returns the base-64 encoded contents of a specified file and its metadata.
|
Future<GetFileResult> |
AbstractAWSCodeCommitAsync.getFileAsync(GetFileRequest request,
AsyncHandler<GetFileRequest,GetFileResult> asyncHandler) |
Future<GetFileResult> |
AWSCodeCommitAsyncClient.getFileAsync(GetFileRequest request,
AsyncHandler<GetFileRequest,GetFileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFileResult |
GetFileResult.clone() |
GetFileResult |
GetFileResult.withBlobId(String blobId)
The blob ID of the object that represents the file content.
|
GetFileResult |
GetFileResult.withCommitId(String commitId)
The full commit ID of the commit that contains the content returned by GetFile.
|
GetFileResult |
GetFileResult.withFileContent(ByteBuffer fileContent)
The base-64 encoded binary data object that represents the content of the file.
|
GetFileResult |
GetFileResult.withFileMode(FileModeTypeEnum fileMode)
The extrapolated file mode permissions of the blob.
|
GetFileResult |
GetFileResult.withFileMode(String fileMode)
The extrapolated file mode permissions of the blob.
|
GetFileResult |
GetFileResult.withFilePath(String filePath)
The fully qualified path to the specified file.
|
GetFileResult |
GetFileResult.withFileSize(Long fileSize)
The size of the contents of the file, in bytes.
|
Copyright © 2020. All rights reserved.