| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.clone() |
Row |
Row.withArchivedMessageId(String archivedMessageId)
The unique identifier of the archived message.
|
Row |
Row.withCc(String cc)
The email addresses in the CC header.
|
Row |
Row.withDate(String date)
The date the email was sent.
|
Row |
Row.withFrom(String from)
The email address of the sender.
|
Row |
Row.withHasAttachments(Boolean hasAttachments)
A flag indicating if the email has attachments.
|
Row |
Row.withInReplyTo(String inReplyTo)
The email message ID this is a reply to.
|
Row |
Row.withMessageId(String messageId)
The unique message ID of the email.
|
Row |
Row.withReceivedHeaders(Collection<String> receivedHeaders)
The received headers from the email delivery path.
|
Row |
Row.withReceivedHeaders(String... receivedHeaders)
The received headers from the email delivery path.
|
Row |
Row.withReceivedTimestamp(Date receivedTimestamp)
The timestamp of when the email was received.
|
Row |
Row.withSubject(String subject)
The subject header value of the email.
|
Row |
Row.withTo(String to)
The email addresses in the To header.
|
Row |
Row.withXMailer(String xMailer)
The user agent that sent the email.
|
Row |
Row.withXOriginalMailer(String xOriginalMailer)
The original user agent that sent the email.
|
Row |
Row.withXPriority(String xPriority)
The priority level of the email.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
GetArchiveSearchResultsResult.getRows()
The list of email result objects matching the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
GetArchiveSearchResultsResult |
GetArchiveSearchResultsResult.withRows(Row... rows)
The list of email result objects matching the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetArchiveSearchResultsResult.setRows(Collection<Row> rows)
The list of email result objects matching the search criteria.
|
GetArchiveSearchResultsResult |
GetArchiveSearchResultsResult.withRows(Collection<Row> rows)
The list of email result objects matching the search criteria.
|
Copyright © 2024. All rights reserved.