| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.clone() |
DomainDeliverabilityCampaign |
GetDomainDeliverabilityCampaignResult.getDomainDeliverabilityCampaign()
An object that contains the deliverability data for the campaign.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withCampaignId(String campaignId)
The unique identifier for the campaign.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withDeleteRate(Double deleteRate)
The percentage of email messages that were deleted by recipients, without being opened first.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withEsps(Collection<String> esps)
The major email providers who handled the email message.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withEsps(String... esps)
The major email providers who handled the email message.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withFirstSeenDateTime(Date firstSeenDateTime)
The first time, in Unix time format, when the email message was delivered to any recipient's inbox.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withFromAddress(String fromAddress)
The verified email address that the email message was sent from.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withImageUrl(String imageUrl)
The URL of an image that contains a snapshot of the email message that was sent.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withInboxCount(Long inboxCount)
The number of email messages that were delivered to recipients’ inboxes.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withLastSeenDateTime(Date lastSeenDateTime)
The last time, in Unix time format, when the email message was delivered to any recipient's inbox.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withProjectedVolume(Long projectedVolume)
The projected number of recipients that the email message was sent to.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withReadDeleteRate(Double readDeleteRate)
The percentage of email messages that were opened and then deleted by recipients.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withReadRate(Double readRate)
The percentage of email messages that were opened by recipients.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withSendingIps(Collection<String> sendingIps)
The IP addresses that were used to send the email message.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withSendingIps(String... sendingIps)
The IP addresses that were used to send the email message.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withSpamCount(Long spamCount)
The number of email messages that were delivered to recipients' spam or junk mail folders.
|
DomainDeliverabilityCampaign |
DomainDeliverabilityCampaign.withSubject(String subject)
The subject line, or title, of the email message.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainDeliverabilityCampaign> |
ListDomainDeliverabilityCampaignsResult.getDomainDeliverabilityCampaigns()
An array of responses, one for each campaign that used the domain to send email during the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDomainDeliverabilityCampaignResult.setDomainDeliverabilityCampaign(DomainDeliverabilityCampaign domainDeliverabilityCampaign)
An object that contains the deliverability data for the campaign.
|
GetDomainDeliverabilityCampaignResult |
GetDomainDeliverabilityCampaignResult.withDomainDeliverabilityCampaign(DomainDeliverabilityCampaign domainDeliverabilityCampaign)
An object that contains the deliverability data for the campaign.
|
ListDomainDeliverabilityCampaignsResult |
ListDomainDeliverabilityCampaignsResult.withDomainDeliverabilityCampaigns(DomainDeliverabilityCampaign... domainDeliverabilityCampaigns)
An array of responses, one for each campaign that used the domain to send email during the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDomainDeliverabilityCampaignsResult.setDomainDeliverabilityCampaigns(Collection<DomainDeliverabilityCampaign> domainDeliverabilityCampaigns)
An array of responses, one for each campaign that used the domain to send email during the specified time range.
|
ListDomainDeliverabilityCampaignsResult |
ListDomainDeliverabilityCampaignsResult.withDomainDeliverabilityCampaigns(Collection<DomainDeliverabilityCampaign> domainDeliverabilityCampaigns)
An array of responses, one for each campaign that used the domain to send email during the specified time range.
|
Copyright © 2019. All rights reserved.