Uses of Class
software.amazon.awssdk.services.kendra.model.DataSourceSyncJob
-
Packages that use DataSourceSyncJob Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DataSourceSyncJob in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.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.kendra.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.kendra.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.
-