Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetDeliverabilityDashboardOptionsResponse.Builder
Packages that use GetDeliverabilityDashboardOptionsResponse.Builder
-
Uses of GetDeliverabilityDashboardOptionsResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetDeliverabilityDashboardOptionsResponse.BuilderModifier and TypeMethodDescriptionGetDeliverabilityDashboardOptionsResponse.Builder.accountStatus(String accountStatus) The current status of your Deliverability dashboard subscription.GetDeliverabilityDashboardOptionsResponse.Builder.accountStatus(DeliverabilityDashboardAccountStatus accountStatus) The current status of your Deliverability dashboard subscription.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.activeSubscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... 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.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.dashboardEnabled(Boolean dashboardEnabled) Specifies whether the Deliverability dashboard is enabled.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.GetDeliverabilityDashboardOptionsResponse.Builder.pendingExpirationSubscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... 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.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.GetDeliverabilityDashboardOptionsResponse.Builder.subscriptionExpiryDate(Instant subscriptionExpiryDate) The date when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month.GetDeliverabilityDashboardOptionsResponse.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetDeliverabilityDashboardOptionsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDeliverabilityDashboardOptionsResponse.Builder>GetDeliverabilityDashboardOptionsResponse.serializableBuilderClass()