| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model | |
| software.amazon.awssdk.services.codecatalyst.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListSourceRepositoryBranchesItem> |
ListSourceRepositoryBranchesResponse.items()
Information about the source branches.
|
| Modifier and Type | Method and Description |
|---|---|
ListSourceRepositoryBranchesResponse.Builder |
ListSourceRepositoryBranchesResponse.Builder.items(ListSourceRepositoryBranchesItem... items)
Information about the source branches.
|
| Modifier and Type | Method and Description |
|---|---|
ListSourceRepositoryBranchesResponse.Builder |
ListSourceRepositoryBranchesResponse.Builder.items(Collection<ListSourceRepositoryBranchesItem> items)
Information about the source branches.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListSourceRepositoryBranchesItem> |
ListSourceRepositoryBranchesPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListSourceRepositoryBranchesItem> |
ListSourceRepositoryBranchesIterable.items()
Returns an iterable to iterate through the paginated
ListSourceRepositoryBranchesResponse.items() member. |
Copyright © 2023. All rights reserved.