| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteFileResult |
AWSCodeCommitClient.deleteFile(DeleteFileRequest request)
Deletes a specified file from a specified branch.
|
DeleteFileResult |
AWSCodeCommit.deleteFile(DeleteFileRequest deleteFileRequest)
Deletes a specified file from a specified branch.
|
DeleteFileResult |
AbstractAWSCodeCommit.deleteFile(DeleteFileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteFileResult> |
AbstractAWSCodeCommitAsync.deleteFileAsync(DeleteFileRequest request,
AsyncHandler<DeleteFileRequest,DeleteFileResult> asyncHandler) |
Future<DeleteFileResult> |
AWSCodeCommitAsync.deleteFileAsync(DeleteFileRequest deleteFileRequest,
AsyncHandler<DeleteFileRequest,DeleteFileResult> asyncHandler)
Deletes a specified file from a specified branch.
|
Future<DeleteFileResult> |
AWSCodeCommitAsyncClient.deleteFileAsync(DeleteFileRequest request,
AsyncHandler<DeleteFileRequest,DeleteFileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteFileResult |
DeleteFileResult.clone() |
DeleteFileResult |
DeleteFileResult.withBlobId(String blobId)
The blob ID removed from the tree as part of deleting the file.
|
DeleteFileResult |
DeleteFileResult.withCommitId(String commitId)
The full commit ID of the commit that contains the change that deletes the file.
|
DeleteFileResult |
DeleteFileResult.withFilePath(String filePath)
The fully qualified path to the file to be deleted, including the full name and extension of that file.
|
DeleteFileResult |
DeleteFileResult.withTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
|
Copyright © 2020. All rights reserved.