Uses of Class
software.amazon.awssdk.services.machinelearning.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.machinelearning.model software.amazon.awssdk.services.machinelearning.paginators -
-
Uses of DataSource in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type DataSource Modifier and Type Method Description List<DataSource>DescribeDataSourcesResponse. results()A list ofDataSourcethat meet the search criteria.Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type DataSource Modifier and Type Method Description DescribeDataSourcesResponse.BuilderDescribeDataSourcesResponse.Builder. results(DataSource... results)A list ofDataSourcethat meet the search criteria.Method parameters in software.amazon.awssdk.services.machinelearning.model with type arguments of type DataSource Modifier and Type Method Description DescribeDataSourcesResponse.BuilderDescribeDataSourcesResponse.Builder. results(Collection<DataSource> results)A list ofDataSourcethat meet the search criteria. -
Uses of DataSource in software.amazon.awssdk.services.machinelearning.paginators
Methods in software.amazon.awssdk.services.machinelearning.paginators that return types with arguments of type DataSource Modifier and Type Method Description SdkIterable<DataSource>DescribeDataSourcesIterable. results()Returns an iterable to iterate through the paginatedDescribeDataSourcesResponse.results()member.SdkPublisher<DataSource>DescribeDataSourcesPublisher. results()Returns a publisher that can be used to get a stream of data.
-