Uses of Class
software.amazon.awssdk.services.codecatalyst.paginators.ListSourceRepositoryBranchesIterable
-
Packages that use ListSourceRepositoryBranchesIterable Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of ListSourceRepositoryBranchesIterable in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return ListSourceRepositoryBranchesIterable Modifier and Type Method Description default ListSourceRepositoryBranchesIterableCodeCatalystClient. listSourceRepositoryBranchesPaginator(Consumer<ListSourceRepositoryBranchesRequest.Builder> listSourceRepositoryBranchesRequest)Retrieves a list of branches in a specified source repository.default ListSourceRepositoryBranchesIterableCodeCatalystClient. listSourceRepositoryBranchesPaginator(ListSourceRepositoryBranchesRequest listSourceRepositoryBranchesRequest)Retrieves a list of branches in a specified source repository.
-