| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
MailboxExportJob |
MailboxExportJob.clone() |
MailboxExportJob |
MailboxExportJob.withDescription(String description)
The mailbox export job description.
|
MailboxExportJob |
MailboxExportJob.withEndTime(Date endTime)
The mailbox export job end timestamp.
|
MailboxExportJob |
MailboxExportJob.withEntityId(String entityId)
The identifier of the user or resource associated with the mailbox.
|
MailboxExportJob |
MailboxExportJob.withEstimatedProgress(Integer estimatedProgress)
The estimated progress of the mailbox export job, in percentage points.
|
MailboxExportJob |
MailboxExportJob.withJobId(String jobId)
The identifier of the mailbox export job.
|
MailboxExportJob |
MailboxExportJob.withS3BucketName(String s3BucketName)
The name of the S3 bucket.
|
MailboxExportJob |
MailboxExportJob.withS3Path(String s3Path)
The path to the S3 bucket and file that the mailbox export job exports to.
|
MailboxExportJob |
MailboxExportJob.withStartTime(Date startTime)
The mailbox export job start timestamp.
|
MailboxExportJob |
MailboxExportJob.withState(MailboxExportJobState state)
The state of the mailbox export job.
|
MailboxExportJob |
MailboxExportJob.withState(String state)
The state of the mailbox export job.
|
| Modifier and Type | Method and Description |
|---|---|
List<MailboxExportJob> |
ListMailboxExportJobsResult.getJobs()
The mailbox export job details.
|
| Modifier and Type | Method and Description |
|---|---|
ListMailboxExportJobsResult |
ListMailboxExportJobsResult.withJobs(MailboxExportJob... jobs)
The mailbox export job details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMailboxExportJobsResult.setJobs(Collection<MailboxExportJob> jobs)
The mailbox export job details.
|
ListMailboxExportJobsResult |
ListMailboxExportJobsResult.withJobs(Collection<MailboxExportJob> jobs)
The mailbox export job details.
|
Copyright © 2021. All rights reserved.