Uses of Class
software.amazon.awssdk.services.sesv2.model.ImportDataSource
Packages that use ImportDataSource
-
Uses of ImportDataSource in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ImportDataSourceModifier and TypeMethodDescriptionfinal ImportDataSourceCreateImportJobRequest.importDataSource()The data source for the import job.final ImportDataSourceGetImportJobResponse.importDataSource()The data source of the import job.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ImportDataSourceModifier and TypeMethodDescriptionCreateImportJobRequest.Builder.importDataSource(ImportDataSource importDataSource) The data source for the import job.GetImportJobResponse.Builder.importDataSource(ImportDataSource importDataSource) The data source of the import job.