Uses of Class
software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesItem
-
Packages that use ListSourceRepositoryBranchesItem Package Description software.amazon.awssdk.services.codecatalyst.model software.amazon.awssdk.services.codecatalyst.paginators -
-
Uses of ListSourceRepositoryBranchesItem in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type ListSourceRepositoryBranchesItem Modifier and Type Method Description List<ListSourceRepositoryBranchesItem>ListSourceRepositoryBranchesResponse. items()Information about the source branches.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type ListSourceRepositoryBranchesItem Modifier and Type Method Description ListSourceRepositoryBranchesResponse.BuilderListSourceRepositoryBranchesResponse.Builder. items(ListSourceRepositoryBranchesItem... items)Information about the source branches.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type ListSourceRepositoryBranchesItem Modifier and Type Method Description ListSourceRepositoryBranchesResponse.BuilderListSourceRepositoryBranchesResponse.Builder. items(Collection<ListSourceRepositoryBranchesItem> items)Information about the source branches. -
Uses of ListSourceRepositoryBranchesItem in software.amazon.awssdk.services.codecatalyst.paginators
Methods in software.amazon.awssdk.services.codecatalyst.paginators that return types with arguments of type ListSourceRepositoryBranchesItem Modifier and Type Method Description SdkIterable<ListSourceRepositoryBranchesItem>ListSourceRepositoryBranchesIterable. items()Returns an iterable to iterate through the paginatedListSourceRepositoryBranchesResponse.items()member.SdkPublisher<ListSourceRepositoryBranchesItem>ListSourceRepositoryBranchesPublisher. items()Returns a publisher that can be used to get a stream of data.
-