| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateDefaultBranchResponse |
CodeCommitClient.updateDefaultBranch(Consumer<UpdateDefaultBranchRequest.Builder> updateDefaultBranchRequest)
Sets or changes the default branch name for the specified repository.
|
default UpdateDefaultBranchResponse |
CodeCommitClient.updateDefaultBranch(UpdateDefaultBranchRequest updateDefaultBranchRequest)
Sets or changes the default branch name for the specified repository.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateDefaultBranchResponse> |
CodeCommitAsyncClient.updateDefaultBranch(Consumer<UpdateDefaultBranchRequest.Builder> updateDefaultBranchRequest)
Sets or changes the default branch name for the specified repository.
|
default CompletableFuture<UpdateDefaultBranchResponse> |
CodeCommitAsyncClient.updateDefaultBranch(UpdateDefaultBranchRequest updateDefaultBranchRequest)
Sets or changes the default branch name for the specified repository.
|
Copyright © 2021. All rights reserved.