| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportStatistics.Builder |
ExportStatistics.builder() |
ExportStatistics.Builder |
ExportStatistics.Builder.exportedRecordsCount(Integer exportedRecordsCount)
The number of records that were exported to the final export file.
|
ExportStatistics.Builder |
ExportStatistics.Builder.processedRecordsCount(Integer processedRecordsCount)
The number of records that were processed to generate the final export file.
|
ExportStatistics.Builder |
ExportStatistics.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportStatistics.Builder> |
ExportStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetExportJobResponse.Builder |
GetExportJobResponse.Builder.statistics(Consumer<ExportStatistics.Builder> statistics)
The statistics about the export job.
|
Copyright © 2023. All rights reserved.