| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportStatistics |
ExportStatistics.clone() |
ExportStatistics |
GetExportJobResult.getStatistics()
The statistics about the export job.
|
ExportStatistics |
ExportStatistics.withExportedRecordsCount(Integer exportedRecordsCount)
The number of records that were exported to the final export file.
|
ExportStatistics |
ExportStatistics.withProcessedRecordsCount(Integer processedRecordsCount)
The number of records that were processed to generate the final export file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExportJobResult.setStatistics(ExportStatistics statistics)
The statistics about the export job.
|
GetExportJobResult |
GetExportJobResult.withStatistics(ExportStatistics statistics)
The statistics about the export job.
|
Copyright © 2025. All rights reserved.