Uses of Class
software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesRequest
-
Packages that use ListSourceRepositoryBranchesRequest Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.paginators software.amazon.awssdk.services.codecatalyst.transform -
-
Uses of ListSourceRepositoryBranchesRequest in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst with parameters of type ListSourceRepositoryBranchesRequest Modifier and Type Method Description default CompletableFuture<ListSourceRepositoryBranchesResponse>CodeCatalystAsyncClient. listSourceRepositoryBranches(ListSourceRepositoryBranchesRequest 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.default ListSourceRepositoryBranchesPublisherCodeCatalystAsyncClient. listSourceRepositoryBranchesPaginator(ListSourceRepositoryBranchesRequest 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. -
Uses of ListSourceRepositoryBranchesRequest in software.amazon.awssdk.services.codecatalyst.paginators
Constructors in software.amazon.awssdk.services.codecatalyst.paginators with parameters of type ListSourceRepositoryBranchesRequest Constructor Description ListSourceRepositoryBranchesIterable(CodeCatalystClient client, ListSourceRepositoryBranchesRequest firstRequest)ListSourceRepositoryBranchesPublisher(CodeCatalystAsyncClient client, ListSourceRepositoryBranchesRequest firstRequest) -
Uses of ListSourceRepositoryBranchesRequest in software.amazon.awssdk.services.codecatalyst.transform
Methods in software.amazon.awssdk.services.codecatalyst.transform with parameters of type ListSourceRepositoryBranchesRequest Modifier and Type Method Description SdkHttpFullRequestListSourceRepositoryBranchesRequestMarshaller. marshall(ListSourceRepositoryBranchesRequest listSourceRepositoryBranchesRequest)
-