| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListMailboxExportJobsResponse |
WorkMailClient.listMailboxExportJobs(Consumer<ListMailboxExportJobsRequest.Builder> listMailboxExportJobsRequest)
Lists the mailbox export jobs started for the specified organization within the last seven days.
|
default ListMailboxExportJobsResponse |
WorkMailClient.listMailboxExportJobs(ListMailboxExportJobsRequest listMailboxExportJobsRequest)
Lists the mailbox export jobs started for the specified organization within the last seven days.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMailboxExportJobsResponse> |
ListMailboxExportJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMailboxExportJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMailboxExportJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.