| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateCommitResponse |
CodeCommitClient.createCommit(Consumer<CreateCommitRequest.Builder> createCommitRequest)
Creates a commit for a repository on the tip of a specified branch.
|
default CreateCommitResponse |
CodeCommitClient.createCommit(CreateCommitRequest createCommitRequest)
Creates a commit for a repository on the tip of a specified branch.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateCommitResponse> |
CodeCommitAsyncClient.createCommit(Consumer<CreateCommitRequest.Builder> createCommitRequest)
Creates a commit for a repository on the tip of a specified branch.
|
default CompletableFuture<CreateCommitResponse> |
CodeCommitAsyncClient.createCommit(CreateCommitRequest createCommitRequest)
Creates a commit for a repository on the tip of a specified branch.
|
Copyright © 2021. All rights reserved.