Uses of Class
software.amazon.awssdk.services.sesv2.model.ExportDestination
-
Packages that use ExportDestination Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ExportDestination in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ExportDestination Modifier and Type Method Description ExportDestinationCreateExportJobRequest. exportDestination()The destination for the export job.ExportDestinationGetExportJobResponse. exportDestination()The destination of the export job.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ExportDestination Modifier and Type Method Description CreateExportJobRequest.BuilderCreateExportJobRequest.Builder. exportDestination(ExportDestination exportDestination)The destination for the export job.GetExportJobResponse.BuilderGetExportJobResponse.Builder. exportDestination(ExportDestination exportDestination)The destination of the export job.
-