| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model | |
| software.amazon.awssdk.services.machinelearning.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
DescribeDataSourcesResponse.results()
A list of
DataSource that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSourcesResponse.Builder |
DescribeDataSourcesResponse.Builder.results(DataSource... results)
A list of
DataSource that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSourcesResponse.Builder |
DescribeDataSourcesResponse.Builder.results(Collection<DataSource> results)
A list of
DataSource that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DataSource> |
DescribeDataSourcesPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataSource> |
DescribeDataSourcesIterable.results()
Returns an iterable to iterate through the paginated
DescribeDataSourcesResponse.results() member. |
Copyright © 2023. All rights reserved.