Uses of Class
software.amazon.awssdk.services.sesv2.model.CreateExportJobResponse
Packages that use CreateExportJobResponse
-
Uses of CreateExportJobResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return CreateExportJobResponseModifier and TypeMethodDescriptiondefault 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 CreateExportJobResponseModifier and TypeMethodDescriptiondefault 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.