Uses of Class
software.amazon.awssdk.services.qbusiness.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of DataSource in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DataSource Modifier and Type Method Description List<DataSource>ListDataSourcesResponse. dataSources()An array of summary information for one or more data source connector.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DataSource Modifier and Type Method Description ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. dataSources(DataSource... dataSources)An array of summary information for one or more data source connector.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type DataSource Modifier and Type Method Description ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. dataSources(Collection<DataSource> dataSources)An array of summary information for one or more data source connector. -
Uses of DataSource in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.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.
-