Uses of Class
software.amazon.awssdk.services.qbusiness.model.DataSourceSyncJob
-
Packages that use DataSourceSyncJob Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of DataSourceSyncJob in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DataSourceSyncJob Modifier and Type Method Description List<DataSourceSyncJob>ListDataSourceSyncJobsResponse. history()A history of synchronization jobs for the data source connector.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DataSourceSyncJob Modifier and Type Method Description ListDataSourceSyncJobsResponse.BuilderListDataSourceSyncJobsResponse.Builder. history(DataSourceSyncJob... history)A history of synchronization jobs for the data source connector.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type DataSourceSyncJob Modifier and Type Method Description ListDataSourceSyncJobsResponse.BuilderListDataSourceSyncJobsResponse.Builder. history(Collection<DataSourceSyncJob> history)A history of synchronization jobs for the data source connector. -
Uses of DataSourceSyncJob in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type DataSourceSyncJob Modifier and Type Method Description SdkIterable<DataSourceSyncJob>ListDataSourceSyncJobsIterable. history()Returns an iterable to iterate through the paginatedListDataSourceSyncJobsResponse.history()member.SdkPublisher<DataSourceSyncJob>ListDataSourceSyncJobsPublisher. history()Returns a publisher that can be used to get a stream of data.
-