Uses of Class
software.amazon.awssdk.services.quicksight.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of DataSource in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataSource Modifier and Type Method Description DataSourceDescribeDataSourceResponse. dataSource()The information on the data source.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataSource Modifier and Type Method Description List<DataSource>ListDataSourcesResponse. dataSources()A list of data sources.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DataSource Modifier and Type Method Description DescribeDataSourceResponse.BuilderDescribeDataSourceResponse.Builder. dataSource(DataSource dataSource)The information on the data source.ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. dataSources(DataSource... dataSources)A list of data sources.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataSource Modifier and Type Method Description ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. dataSources(Collection<DataSource> dataSources)A list of data sources. -
Uses of DataSource in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type DataSource Modifier and Type Method Description SdkIterable<DataSource>ListDataSourcesIterable. dataSources()Returns an iterable to iterate through the paginatedListDataSourcesResponse.dataSources()member.SdkPublisher<DataSource>ListDataSourcesPublisher. dataSources()Returns a publisher that can be used to get a stream of data.
-