@Generated(value="software.amazon.awssdk:codegen") public final class DomainDeliverabilityCampaign extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainDeliverabilityCampaign.Builder,DomainDeliverabilityCampaign>
An object that contains the deliverability data for a specific campaign. This data is available for a campaign only
if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (
PutDeliverabilityDashboardOption operation).
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainDeliverabilityCampaign.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainDeliverabilityCampaign.Builder |
builder() |
String |
campaignId()
The unique identifier for the campaign.
|
Double |
deleteRate()
The percentage of email messages that were deleted by recipients, without being opened first.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
esps()
The major email providers who handled the email message.
|
Instant |
firstSeenDateTime()
The first time, in Unix time format, when the email message was delivered to any recipient's inbox.
|
String |
fromAddress()
The verified email address that the email message was sent from.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEsps()
Returns true if the Esps property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasSendingIps()
Returns true if the SendingIps property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
imageUrl()
The URL of an image that contains a snapshot of the email message that was sent.
|
Long |
inboxCount()
The number of email messages that were delivered to recipients’ inboxes.
|
Instant |
lastSeenDateTime()
The last time, in Unix time format, when the email message was delivered to any recipient's inbox.
|
Long |
projectedVolume()
The projected number of recipients that the email message was sent to.
|
Double |
readDeleteRate()
The percentage of email messages that were opened and then deleted by recipients.
|
Double |
readRate()
The percentage of email messages that were opened by recipients.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
sendingIps()
The IP addresses that were used to send the email message.
|
static Class<? extends DomainDeliverabilityCampaign.Builder> |
serializableBuilderClass() |
Long |
spamCount()
The number of email messages that were delivered to recipients' spam or junk mail folders.
|
String |
subject()
The subject line, or title, of the email message.
|
DomainDeliverabilityCampaign.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String campaignId()
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
public String imageUrl()
The URL of an image that contains a snapshot of the email message that was sent.
public String subject()
The subject line, or title, of the email message.
public String fromAddress()
The verified email address that the email message was sent from.
public boolean hasSendingIps()
public List<String> sendingIps()
The IP addresses that were used to send the email message.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSendingIps() to see if a value was sent in this field.
public Instant firstSeenDateTime()
The first time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
public Instant lastSeenDateTime()
The last time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
public Long inboxCount()
The number of email messages that were delivered to recipients’ inboxes.
public Long spamCount()
The number of email messages that were delivered to recipients' spam or junk mail folders.
public Double readRate()
The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
public Double deleteRate()
The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
public Double readDeleteRate()
The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
public Long projectedVolume()
The projected number of recipients that the email message was sent to.
public boolean hasEsps()
public List<String> esps()
The major email providers who handled the email message.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEsps() to see if a value was sent in this field.
public DomainDeliverabilityCampaign.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainDeliverabilityCampaign.Builder,DomainDeliverabilityCampaign>public static DomainDeliverabilityCampaign.Builder builder()
public static Class<? extends DomainDeliverabilityCampaign.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.