Uses of Class
software.amazon.awssdk.services.sesv2.model.ExportJobSummary
Packages that use ExportJobSummary
-
Uses of ExportJobSummary in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ExportJobSummaryModifier and TypeMethodDescriptionfinal List<ExportJobSummary>ListExportJobsResponse.exportJobs()A list of the export job summaries.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ExportJobSummaryModifier and TypeMethodDescriptionListExportJobsResponse.Builder.exportJobs(ExportJobSummary... exportJobs) A list of the export job summaries.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ExportJobSummaryModifier and TypeMethodDescriptionListExportJobsResponse.Builder.exportJobs(Collection<ExportJobSummary> exportJobs) A list of the export job summaries.