| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model | |
| software.amazon.awssdk.services.datazone.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceRunSummary> |
ListDataSourceRunsResponse.items()
The results of the
ListDataSourceRuns action. |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceRunsResponse.Builder |
ListDataSourceRunsResponse.Builder.items(DataSourceRunSummary... items)
The results of the
ListDataSourceRuns action. |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceRunsResponse.Builder |
ListDataSourceRunsResponse.Builder.items(Collection<DataSourceRunSummary> items)
The results of the
ListDataSourceRuns action. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DataSourceRunSummary> |
ListDataSourceRunsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataSourceRunSummary> |
ListDataSourceRunsIterable.items()
Returns an iterable to iterate through the paginated
ListDataSourceRunsResponse.items() member. |
Copyright © 2023. All rights reserved.