| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ImportJobSummary |
ImportJobSummary.clone() |
ImportJobSummary |
ImportJobSummary.withCreatedTimestamp(Date createdTimestamp)
The date and time when the import job was created.
|
ImportJobSummary |
ImportJobSummary.withImportDestination(ImportDestination importDestination) |
ImportJobSummary |
ImportJobSummary.withJobId(String jobId) |
ImportJobSummary |
ImportJobSummary.withJobStatus(JobStatus jobStatus) |
ImportJobSummary |
ImportJobSummary.withJobStatus(String jobStatus) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportJobSummary> |
ListImportJobsResult.getImportJobs()
A list of the import job summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportJobsResult |
ListImportJobsResult.withImportJobs(ImportJobSummary... importJobs)
A list of the import job summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImportJobsResult.setImportJobs(Collection<ImportJobSummary> importJobs)
A list of the import job summaries.
|
ListImportJobsResult |
ListImportJobsResult.withImportJobs(Collection<ImportJobSummary> importJobs)
A list of the import job summaries.
|
Copyright © 2021. All rights reserved.