Uses of Class
software.amazon.awssdk.services.workmail.model.ListMailboxExportJobsResponse
-
Packages that use ListMailboxExportJobsResponse 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.paginators -
-
Uses of ListMailboxExportJobsResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListMailboxExportJobsResponse Modifier and Type Method Description default ListMailboxExportJobsResponseWorkMailClient. listMailboxExportJobs(Consumer<ListMailboxExportJobsRequest.Builder> listMailboxExportJobsRequest)Lists the mailbox export jobs started for the specified organization within the last seven days.default ListMailboxExportJobsResponseWorkMailClient. listMailboxExportJobs(ListMailboxExportJobsRequest listMailboxExportJobsRequest)Lists the mailbox export jobs started for the specified organization within the last seven days.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListMailboxExportJobsResponse Modifier and Type Method Description default CompletableFuture<ListMailboxExportJobsResponse>WorkMailAsyncClient. listMailboxExportJobs(Consumer<ListMailboxExportJobsRequest.Builder> listMailboxExportJobsRequest)Lists the mailbox export jobs started for the specified organization within the last seven days.default CompletableFuture<ListMailboxExportJobsResponse>WorkMailAsyncClient. listMailboxExportJobs(ListMailboxExportJobsRequest listMailboxExportJobsRequest)Lists the mailbox export jobs started for the specified organization within the last seven days. -
Uses of ListMailboxExportJobsResponse in software.amazon.awssdk.services.workmail.paginators
Methods in software.amazon.awssdk.services.workmail.paginators that return types with arguments of type ListMailboxExportJobsResponse Modifier and Type Method Description Iterator<ListMailboxExportJobsResponse>ListMailboxExportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.workmail.paginators with type arguments of type ListMailboxExportJobsResponse Modifier and Type Method Description voidListMailboxExportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMailboxExportJobsResponse> subscriber)
-