| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default GetBranchResponse |
CodeCommitClient.getBranch(Consumer<GetBranchRequest.Builder> getBranchRequest)
Returns information about a repository branch, including its name and the last commit ID.
|
default GetBranchResponse |
CodeCommitClient.getBranch(GetBranchRequest getBranchRequest)
Returns information about a repository branch, including its name and the last commit ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBranchResponse> |
CodeCommitAsyncClient.getBranch(Consumer<GetBranchRequest.Builder> getBranchRequest)
Returns information about a repository branch, including its name and the last commit ID.
|
default CompletableFuture<GetBranchResponse> |
CodeCommitAsyncClient.getBranch(GetBranchRequest getBranchRequest)
Returns information about a repository branch, including its name and the last commit ID.
|
Copyright © 2023. All rights reserved.