Uses of Interface
software.amazon.awssdk.services.sesv2.model.ExportStatistics.Builder
-
Packages that use ExportStatistics.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ExportStatistics.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ExportStatistics.Builder Modifier and Type Method Description static ExportStatistics.BuilderExportStatistics. builder()ExportStatistics.BuilderExportStatistics.Builder. exportedRecordsCount(Integer exportedRecordsCount)The number of records that were exported to the final export file.ExportStatistics.BuilderExportStatistics.Builder. processedRecordsCount(Integer processedRecordsCount)The number of records that were processed to generate the final export file.ExportStatistics.BuilderExportStatistics. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ExportStatistics.Builder Modifier and Type Method Description static Class<? extends ExportStatistics.Builder>ExportStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ExportStatistics.Builder Modifier and Type Method Description default GetExportJobResponse.BuilderGetExportJobResponse.Builder. statistics(Consumer<ExportStatistics.Builder> statistics)The statistics about the export job.
-