| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ImportDataSource |
ImportDataSource.clone() |
ImportDataSource |
CreateImportJobRequest.getImportDataSource()
The data source for the import job.
|
ImportDataSource |
GetImportJobResult.getImportDataSource()
The data source of the import job.
|
ImportDataSource |
ImportDataSource.withDataFormat(DataFormat dataFormat)
The data format of the import job's data source.
|
ImportDataSource |
ImportDataSource.withDataFormat(String dataFormat)
The data format of the import job's data source.
|
ImportDataSource |
ImportDataSource.withS3Url(String s3Url)
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateImportJobRequest.setImportDataSource(ImportDataSource importDataSource)
The data source for the import job.
|
void |
GetImportJobResult.setImportDataSource(ImportDataSource importDataSource)
The data source of the import job.
|
CreateImportJobRequest |
CreateImportJobRequest.withImportDataSource(ImportDataSource importDataSource)
The data source for the import job.
|
GetImportJobResult |
GetImportJobResult.withImportDataSource(ImportDataSource importDataSource)
The data source of the import job.
|
Copyright © 2022. All rights reserved.