Uses of Class
software.amazon.awssdk.services.workmail.model.StartMailboxExportJobResponse
-
Packages that use StartMailboxExportJobResponse 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 StartMailboxExportJobResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return StartMailboxExportJobResponse Modifier and Type Method Description default StartMailboxExportJobResponseWorkMailClient. startMailboxExportJob(Consumer<StartMailboxExportJobRequest.Builder> startMailboxExportJobRequest)Starts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket.default StartMailboxExportJobResponseWorkMailClient. startMailboxExportJob(StartMailboxExportJobRequest startMailboxExportJobRequest)Starts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type StartMailboxExportJobResponse Modifier and Type Method Description default CompletableFuture<StartMailboxExportJobResponse>WorkMailAsyncClient. startMailboxExportJob(Consumer<StartMailboxExportJobRequest.Builder> startMailboxExportJobRequest)Starts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket.default CompletableFuture<StartMailboxExportJobResponse>WorkMailAsyncClient. startMailboxExportJob(StartMailboxExportJobRequest startMailboxExportJobRequest)Starts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket.
-