| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBranchResponse |
CodeCommitClient.deleteBranch(Consumer<DeleteBranchRequest.Builder> deleteBranchRequest)
Deletes a branch from a repository, unless that branch is the default branch for the repository.
|
default DeleteBranchResponse |
CodeCommitClient.deleteBranch(DeleteBranchRequest deleteBranchRequest)
Deletes a branch from a repository, unless that branch is the default branch for the repository.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteBranchResponse> |
CodeCommitAsyncClient.deleteBranch(Consumer<DeleteBranchRequest.Builder> deleteBranchRequest)
Deletes a branch from a repository, unless that branch is the default branch for the repository.
|
default CompletableFuture<DeleteBranchResponse> |
CodeCommitAsyncClient.deleteBranch(DeleteBranchRequest deleteBranchRequest)
Deletes a branch from a repository, unless that branch is the default branch for the repository.
|
Copyright © 2022. All rights reserved.