Uses of Class
software.amazon.awssdk.services.sesv2.model.CreateExportJobResponse
-
Packages that use CreateExportJobResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of CreateExportJobResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return CreateExportJobResponse Modifier and Type Method Description default CreateExportJobResponseSesV2Client. createExportJob(Consumer<CreateExportJobRequest.Builder> createExportJobRequest)Creates an export job for a data source and destination.default CreateExportJobResponseSesV2Client. createExportJob(CreateExportJobRequest createExportJobRequest)Creates an export job for a data source and destination.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type CreateExportJobResponse Modifier and Type Method Description default CompletableFuture<CreateExportJobResponse>SesV2AsyncClient. createExportJob(Consumer<CreateExportJobRequest.Builder> createExportJobRequest)Creates an export job for a data source and destination.default CompletableFuture<CreateExportJobResponse>SesV2AsyncClient. createExportJob(CreateExportJobRequest createExportJobRequest)Creates an export job for a data source and destination.
-