| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.paginators | |
| software.amazon.awssdk.services.codecommit.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListBranchesResponse |
CodeCommitClient.listBranches(ListBranchesRequest listBranchesRequest)
Gets information about one or more branches in a repository.
|
default CompletableFuture<ListBranchesResponse> |
CodeCommitAsyncClient.listBranches(ListBranchesRequest listBranchesRequest)
Gets information about one or more branches in a repository.
|
default ListBranchesIterable |
CodeCommitClient.listBranchesPaginator(ListBranchesRequest listBranchesRequest)
Gets information about one or more branches in a repository.
|
default ListBranchesPublisher |
CodeCommitAsyncClient.listBranchesPaginator(ListBranchesRequest listBranchesRequest)
Gets information about one or more branches in a repository.
|
| Constructor and Description |
|---|
ListBranchesIterable(CodeCommitClient client,
ListBranchesRequest firstRequest) |
ListBranchesPublisher(CodeCommitAsyncClient client,
ListBranchesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListBranchesRequestMarshaller.marshall(ListBranchesRequest listBranchesRequest) |
Copyright © 2020. All rights reserved.