Uses of Class
software.amazon.awssdk.services.codecommit.model.ListBranchesResponse
-
Packages that use ListBranchesResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.paginators -
-
Uses of ListBranchesResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return ListBranchesResponse Modifier and Type Method Description default ListBranchesResponseCodeCommitClient. listBranches(Consumer<ListBranchesRequest.Builder> listBranchesRequest)Gets information about one or more branches in a repository.default ListBranchesResponseCodeCommitClient. listBranches(ListBranchesRequest listBranchesRequest)Gets information about one or more branches in a repository.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type ListBranchesResponse Modifier and Type Method 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. -
Uses of ListBranchesResponse in software.amazon.awssdk.services.codecommit.paginators
Methods in software.amazon.awssdk.services.codecommit.paginators that return types with arguments of type ListBranchesResponse Modifier and Type Method Description Iterator<ListBranchesResponse>ListBranchesIterable. iterator()Method parameters in software.amazon.awssdk.services.codecommit.paginators with type arguments of type ListBranchesResponse Modifier and Type Method Description voidListBranchesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBranchesResponse> subscriber)
-