| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model | |
| software.amazon.awssdk.services.datazone.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSummary> |
ListProjectsResponse.items()
The results of the
ListProjects action. |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse.Builder |
ListProjectsResponse.Builder.items(ProjectSummary... items)
The results of the
ListProjects action. |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse.Builder |
ListProjectsResponse.Builder.items(Collection<ProjectSummary> items)
The results of the
ListProjects action. |
| 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 © 2023. All rights reserved.