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