Uses of Class
software.amazon.awssdk.services.sesv2.model.ImportDestination
Packages that use ImportDestination
-
Uses of ImportDestination in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ImportDestinationModifier and TypeMethodDescriptionfinal ImportDestinationCreateImportJobRequest.importDestination()The destination for the import job.final ImportDestinationGetImportJobResponse.importDestination()The destination of the import job.final ImportDestinationImportJobSummary.importDestination()Returns the value of the ImportDestination property for this object.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ImportDestinationModifier and TypeMethodDescriptionCreateImportJobRequest.Builder.importDestination(ImportDestination importDestination) The destination for the import job.GetImportJobResponse.Builder.importDestination(ImportDestination importDestination) The destination of the import job.ImportJobSummary.Builder.importDestination(ImportDestination importDestination) Sets the value of the ImportDestination property for this object.