Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutDeliverabilityDashboardOptionRequest.Builder
Packages that use PutDeliverabilityDashboardOptionRequest.Builder
Package
Description
-
Uses of PutDeliverabilityDashboardOptionRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutDeliverabilityDashboardOptionRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putDeliverabilityDashboardOption(Consumer<PutDeliverabilityDashboardOptionRequest.Builder> putDeliverabilityDashboardOptionRequest) Enable or disable the Deliverability dashboard.SesV2Client.putDeliverabilityDashboardOption(Consumer<PutDeliverabilityDashboardOptionRequest.Builder> putDeliverabilityDashboardOptionRequest) Enable or disable the Deliverability dashboard. -
Uses of PutDeliverabilityDashboardOptionRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutDeliverabilityDashboardOptionRequest.BuilderModifier and TypeMethodDescriptionPutDeliverabilityDashboardOptionRequest.builder()PutDeliverabilityDashboardOptionRequest.Builder.dashboardEnabled(Boolean dashboardEnabled) Specifies whether to enable the Deliverability dashboard.PutDeliverabilityDashboardOptionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDeliverabilityDashboardOptionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.PutDeliverabilityDashboardOptionRequest.Builder.subscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... subscribedDomains) An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.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.PutDeliverabilityDashboardOptionRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutDeliverabilityDashboardOptionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDeliverabilityDashboardOptionRequest.Builder>PutDeliverabilityDashboardOptionRequest.serializableBuilderClass()