Uses of Class
software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesResponse
-
Packages that use ListSourceRepositoryBranchesResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.paginators -
-
Uses of ListSourceRepositoryBranchesResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return ListSourceRepositoryBranchesResponse Modifier and Type Method Description default ListSourceRepositoryBranchesResponseCodeCatalystClient. listSourceRepositoryBranches(Consumer<ListSourceRepositoryBranchesRequest.Builder> listSourceRepositoryBranchesRequest)Retrieves a list of branches in a specified source repository.default ListSourceRepositoryBranchesResponseCodeCatalystClient. listSourceRepositoryBranches(ListSourceRepositoryBranchesRequest listSourceRepositoryBranchesRequest)Retrieves a list of branches in a specified source repository.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type ListSourceRepositoryBranchesResponse Modifier and Type Method Description default CompletableFuture<ListSourceRepositoryBranchesResponse>CodeCatalystAsyncClient. listSourceRepositoryBranches(Consumer<ListSourceRepositoryBranchesRequest.Builder> listSourceRepositoryBranchesRequest)Retrieves a list of branches in a specified source repository.default CompletableFuture<ListSourceRepositoryBranchesResponse>CodeCatalystAsyncClient. listSourceRepositoryBranches(ListSourceRepositoryBranchesRequest listSourceRepositoryBranchesRequest)Retrieves a list of branches in a specified source repository. -
Uses of ListSourceRepositoryBranchesResponse in software.amazon.awssdk.services.codecatalyst.paginators
Methods in software.amazon.awssdk.services.codecatalyst.paginators that return types with arguments of type ListSourceRepositoryBranchesResponse Modifier and Type Method Description Iterator<ListSourceRepositoryBranchesResponse>ListSourceRepositoryBranchesIterable. iterator()Method parameters in software.amazon.awssdk.services.codecatalyst.paginators with type arguments of type ListSourceRepositoryBranchesResponse Modifier and Type Method Description voidListSourceRepositoryBranchesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSourceRepositoryBranchesResponse> subscriber)
-