Uses of Class
software.amazon.awssdk.services.sesv2.model.CancelExportJobResponse
Packages that use CancelExportJobResponse
-
Uses of CancelExportJobResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return CancelExportJobResponseModifier and TypeMethodDescriptiondefault CancelExportJobResponseSesV2Client.cancelExportJob(Consumer<CancelExportJobRequest.Builder> cancelExportJobRequest) Cancels an export job.default CancelExportJobResponseSesV2Client.cancelExportJob(CancelExportJobRequest cancelExportJobRequest) Cancels an export job.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type CancelExportJobResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CancelExportJobResponse>SesV2AsyncClient.cancelExportJob(Consumer<CancelExportJobRequest.Builder> cancelExportJobRequest) Cancels an export job.default CompletableFuture<CancelExportJobResponse>SesV2AsyncClient.cancelExportJob(CancelExportJobRequest cancelExportJobRequest) Cancels an export job.