Uses of Class
software.amazon.awssdk.services.workmail.model.StartMailboxExportJobRequest
-
Packages that use StartMailboxExportJobRequest 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.software.amazon.awssdk.services.workmail.transform -
-
Uses of StartMailboxExportJobRequest in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail with parameters of type StartMailboxExportJobRequest Modifier and Type Method Description 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.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. -
Uses of StartMailboxExportJobRequest in software.amazon.awssdk.services.workmail.transform
Methods in software.amazon.awssdk.services.workmail.transform with parameters of type StartMailboxExportJobRequest Modifier and Type Method Description SdkHttpFullRequestStartMailboxExportJobRequestMarshaller. marshall(StartMailboxExportJobRequest startMailboxExportJobRequest)
-