| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| 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 GetBranchResponse |
CodeCommitClient.getBranch(Consumer<GetBranchRequest.Builder> getBranchRequest)
Returns information about a repository branch, including its name and the last commit ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetBranchRequest.Builder |
GetBranchRequest.Builder.branchName(String branchName)
The name of the branch for which you want to retrieve information.
|
static GetBranchRequest.Builder |
GetBranchRequest.builder() |
GetBranchRequest.Builder |
GetBranchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBranchRequest.Builder |
GetBranchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBranchRequest.Builder |
GetBranchRequest.Builder.repositoryName(String repositoryName)
The name of the repository that contains the branch for which you want to retrieve information.
|
GetBranchRequest.Builder |
GetBranchRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBranchRequest.Builder> |
GetBranchRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.