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