Uses of Class
software.amazon.awssdk.services.sesv2.model.ImportJobSummary
Packages that use ImportJobSummary
-
Uses of ImportJobSummary in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ImportJobSummaryModifier and TypeMethodDescriptionfinal List<ImportJobSummary>ListImportJobsResponse.importJobs()A list of the import job summaries.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ImportJobSummaryModifier and TypeMethodDescriptionListImportJobsResponse.Builder.importJobs(ImportJobSummary... importJobs) A list of the import job summaries.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ImportJobSummaryModifier and TypeMethodDescriptionListImportJobsResponse.Builder.importJobs(Collection<ImportJobSummary> importJobs) A list of the import job summaries.