Uses of Class
software.amazon.awssdk.services.workmail.model.CancelMailboxExportJobResponse
-
Packages that use CancelMailboxExportJobResponse Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. -
-
Uses of CancelMailboxExportJobResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return CancelMailboxExportJobResponse Modifier and Type Method Description default CancelMailboxExportJobResponseWorkMailClient. cancelMailboxExportJob(Consumer<CancelMailboxExportJobRequest.Builder> cancelMailboxExportJobRequest)Cancels a mailbox export job.default CancelMailboxExportJobResponseWorkMailClient. cancelMailboxExportJob(CancelMailboxExportJobRequest cancelMailboxExportJobRequest)Cancels a mailbox export job.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type CancelMailboxExportJobResponse Modifier and Type Method Description default CompletableFuture<CancelMailboxExportJobResponse>WorkMailAsyncClient. cancelMailboxExportJob(Consumer<CancelMailboxExportJobRequest.Builder> cancelMailboxExportJobRequest)Cancels a mailbox export job.default CompletableFuture<CancelMailboxExportJobResponse>WorkMailAsyncClient. cancelMailboxExportJob(CancelMailboxExportJobRequest cancelMailboxExportJobRequest)Cancels a mailbox export job.
-