Uses of Class
software.amazon.awssdk.services.sesv2.model.DomainDeliverabilityTrackingOption
Packages that use DomainDeliverabilityTrackingOption
-
Uses of DomainDeliverabilityTrackingOption in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DomainDeliverabilityTrackingOptionModifier and TypeMethodDescriptionGetDeliverabilityDashboardOptionsResponse.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.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.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.sesv2.model with parameters of type DomainDeliverabilityTrackingOptionModifier and TypeMethodDescriptionGetDeliverabilityDashboardOptionsResponse.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.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.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.sesv2.model with type arguments of type DomainDeliverabilityTrackingOptionModifier and TypeMethodDescriptionGetDeliverabilityDashboardOptionsResponse.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.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.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.