| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCommitResult |
AbstractAWSCodeCommit.createCommit(CreateCommitRequest request) |
CreateCommitResult |
AWSCodeCommitClient.createCommit(CreateCommitRequest request)
Creates a commit for a repository on the tip of a specified branch.
|
CreateCommitResult |
AWSCodeCommit.createCommit(CreateCommitRequest createCommitRequest)
Creates a commit for a repository on the tip of a specified branch.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCommitResult> |
AbstractAWSCodeCommitAsync.createCommitAsync(CreateCommitRequest request,
AsyncHandler<CreateCommitRequest,CreateCommitResult> asyncHandler) |
Future<CreateCommitResult> |
AWSCodeCommitAsyncClient.createCommitAsync(CreateCommitRequest request,
AsyncHandler<CreateCommitRequest,CreateCommitResult> asyncHandler) |
Future<CreateCommitResult> |
AWSCodeCommitAsync.createCommitAsync(CreateCommitRequest createCommitRequest,
AsyncHandler<CreateCommitRequest,CreateCommitResult> asyncHandler)
Creates a commit for a repository on the tip of a specified branch.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCommitResult |
CreateCommitResult.clone() |
CreateCommitResult |
CreateCommitResult.withCommitId(String commitId)
The full commit ID of the commit that contains your committed file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesAdded(Collection<FileMetadata> filesAdded)
The files added as part of the committed file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesAdded(FileMetadata... filesAdded)
The files added as part of the committed file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesDeleted(Collection<FileMetadata> filesDeleted)
The files deleted as part of the committed file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesDeleted(FileMetadata... filesDeleted)
The files deleted as part of the committed file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesUpdated(Collection<FileMetadata> filesUpdated)
The files updated as part of the commited file changes.
|
CreateCommitResult |
CreateCommitResult.withFilesUpdated(FileMetadata... filesUpdated)
The files updated as part of the commited file changes.
|
CreateCommitResult |
CreateCommitResult.withTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.
|
Copyright © 2024. All rights reserved.