| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
DomainDeliverabilityTrackingOption |
DomainDeliverabilityTrackingOption.clone() |
DomainDeliverabilityTrackingOption |
DomainDeliverabilityTrackingOption.withDomain(String domain)
A verified domain that’s associated with your Amazon Web Services account and currently has an active
Deliverability dashboard subscription.
|
DomainDeliverabilityTrackingOption |
DomainDeliverabilityTrackingOption.withInboxPlacementTrackingOption(InboxPlacementTrackingOption inboxPlacementTrackingOption)
An object that contains information about the inbox placement data settings for the domain.
|
DomainDeliverabilityTrackingOption |
DomainDeliverabilityTrackingOption.withSubscriptionStartDate(Date subscriptionStartDate)
The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainDeliverabilityTrackingOption> |
GetDeliverabilityDashboardOptionsResult.getActiveSubscribedDomains()
An array of objects, one for each verified domain that you use to send email and currently has an active
Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
|
List<DomainDeliverabilityTrackingOption> |
GetDeliverabilityDashboardOptionsResult.getPendingExpirationSubscribedDomains()
An array of objects, one for each verified domain that you use to send email and currently has an active
Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.
|
List<DomainDeliverabilityTrackingOption> |
PutDeliverabilityDashboardOptionRequest.getSubscribedDomains()
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability
dashboard for.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeliverabilityDashboardOptionsResult |
GetDeliverabilityDashboardOptionsResult.withActiveSubscribedDomains(DomainDeliverabilityTrackingOption... activeSubscribedDomains)
An array of objects, one for each verified domain that you use to send email and currently has an active
Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
|
GetDeliverabilityDashboardOptionsResult |
GetDeliverabilityDashboardOptionsResult.withPendingExpirationSubscribedDomains(DomainDeliverabilityTrackingOption... pendingExpirationSubscribedDomains)
An array of objects, one for each verified domain that you use to send email and currently has an active
Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.
|
PutDeliverabilityDashboardOptionRequest |
PutDeliverabilityDashboardOptionRequest.withSubscribedDomains(DomainDeliverabilityTrackingOption... subscribedDomains)
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability
dashboard for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeliverabilityDashboardOptionsResult.setActiveSubscribedDomains(Collection<DomainDeliverabilityTrackingOption> activeSubscribedDomains)
An array of objects, one for each verified domain that you use to send email and currently has an active
Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
|
void |
GetDeliverabilityDashboardOptionsResult.setPendingExpirationSubscribedDomains(Collection<DomainDeliverabilityTrackingOption> pendingExpirationSubscribedDomains)
An array of objects, one for each verified domain that you use to send email and currently has an active
Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.
|
void |
PutDeliverabilityDashboardOptionRequest.setSubscribedDomains(Collection<DomainDeliverabilityTrackingOption> subscribedDomains)
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability
dashboard for.
|
GetDeliverabilityDashboardOptionsResult |
GetDeliverabilityDashboardOptionsResult.withActiveSubscribedDomains(Collection<DomainDeliverabilityTrackingOption> activeSubscribedDomains)
An array of objects, one for each verified domain that you use to send email and currently has an active
Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
|
GetDeliverabilityDashboardOptionsResult |
GetDeliverabilityDashboardOptionsResult.withPendingExpirationSubscribedDomains(Collection<DomainDeliverabilityTrackingOption> pendingExpirationSubscribedDomains)
An array of objects, one for each verified domain that you use to send email and currently has an active
Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.
|
PutDeliverabilityDashboardOptionRequest |
PutDeliverabilityDashboardOptionRequest.withSubscribedDomains(Collection<DomainDeliverabilityTrackingOption> subscribedDomains)
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability
dashboard for.
|
Copyright © 2022. All rights reserved.