| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBranchesResponse |
CodeCommitClient.listBranches(Consumer<ListBranchesRequest.Builder> listBranchesRequest)
Gets information about one or more branches in a repository.
|
default ListBranchesResponse |
CodeCommitClient.listBranches(ListBranchesRequest listBranchesRequest)
Gets information about one or more branches in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBranchesResponse> |
CodeCommitAsyncClient.listBranches(Consumer<ListBranchesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBranchesResponse> |
ListBranchesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBranchesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBranchesResponse> subscriber) |
Copyright © 2020. All rights reserved.