| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<DomainDeliverabilityTrackingOption> |
GetDeliverabilityDashboardOptionsResponse.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.
|
List<DomainDeliverabilityTrackingOption> |
GetDeliverabilityDashboardOptionsResponse.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.
|
List<DomainDeliverabilityTrackingOption> |
PutDeliverabilityDashboardOptionRequest.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 |
|---|---|
GetDeliverabilityDashboardOptionsResponse.Builder |
GetDeliverabilityDashboardOptionsResponse.Builder.activeSubscribedDomains(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.
|
GetDeliverabilityDashboardOptionsResponse.Builder |
GetDeliverabilityDashboardOptionsResponse.Builder.pendingExpirationSubscribedDomains(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.Builder |
PutDeliverabilityDashboardOptionRequest.Builder.subscribedDomains(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 |
|---|---|
GetDeliverabilityDashboardOptionsResponse.Builder |
GetDeliverabilityDashboardOptionsResponse.Builder.activeSubscribedDomains(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.
|
GetDeliverabilityDashboardOptionsResponse.Builder |
GetDeliverabilityDashboardOptionsResponse.Builder.pendingExpirationSubscribedDomains(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.Builder |
PutDeliverabilityDashboardOptionRequest.Builder.subscribedDomains(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 © 2020. All rights reserved.