Uses of Class
software.amazon.awssdk.services.pinpointemail.model.DomainDeliverabilityTrackingOption
-
Packages that use DomainDeliverabilityTrackingOption Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of DomainDeliverabilityTrackingOption in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type DomainDeliverabilityTrackingOption Modifier and Type Method 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.Methods in software.amazon.awssdk.services.pinpointemail.model with parameters of type DomainDeliverabilityTrackingOption Modifier and Type Method Description GetDeliverabilityDashboardOptionsResponse.BuilderGetDeliverabilityDashboardOptionsResponse.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.BuilderGetDeliverabilityDashboardOptionsResponse.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.BuilderPutDeliverabilityDashboardOptionRequest.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.Method parameters in software.amazon.awssdk.services.pinpointemail.model with type arguments of type DomainDeliverabilityTrackingOption Modifier and Type Method Description GetDeliverabilityDashboardOptionsResponse.BuilderGetDeliverabilityDashboardOptionsResponse.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.BuilderGetDeliverabilityDashboardOptionsResponse.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.BuilderPutDeliverabilityDashboardOptionRequest.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.
-