Uses of Class
software.amazon.awssdk.services.honeycode.model.ImportDataSource
-
Packages that use ImportDataSource Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ImportDataSource in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ImportDataSource Modifier and Type Method Description ImportDataSourceStartTableDataImportJobRequest. dataSource()The source of the data that is being imported.ImportDataSourceTableDataImportJobMetadata. dataSource()The source of the data that was submitted for import.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type ImportDataSource Modifier and Type Method Description StartTableDataImportJobRequest.BuilderStartTableDataImportJobRequest.Builder. dataSource(ImportDataSource dataSource)The source of the data that is being imported.TableDataImportJobMetadata.BuilderTableDataImportJobMetadata.Builder. dataSource(ImportDataSource dataSource)The source of the data that was submitted for import.
-