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