| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportJobSummary |
ExportJobSummary.clone() |
ExportJobSummary |
ExportJobSummary.withCompletedTimestamp(Date completedTimestamp)
The timestamp of when the export job was completed.
|
ExportJobSummary |
ExportJobSummary.withCreatedTimestamp(Date createdTimestamp)
The timestamp of when the export job was created.
|
ExportJobSummary |
ExportJobSummary.withExportSourceType(ExportSourceType exportSourceType)
The source type of the export job.
|
ExportJobSummary |
ExportJobSummary.withExportSourceType(String exportSourceType)
The source type of the export job.
|
ExportJobSummary |
ExportJobSummary.withJobId(String jobId)
The export job ID.
|
ExportJobSummary |
ExportJobSummary.withJobStatus(JobStatus jobStatus)
The status of the export job.
|
ExportJobSummary |
ExportJobSummary.withJobStatus(String jobStatus)
The status of the export job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportJobSummary> |
ListExportJobsResult.getExportJobs()
A list of the export job summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportJobsResult |
ListExportJobsResult.withExportJobs(ExportJobSummary... exportJobs)
A list of the export job summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExportJobsResult.setExportJobs(Collection<ExportJobSummary> exportJobs)
A list of the export job summaries.
|
ListExportJobsResult |
ListExportJobsResult.withExportJobs(Collection<ExportJobSummary> exportJobs)
A list of the export job summaries.
|
Copyright © 2024. All rights reserved.