Uses of Interface
software.amazon.awscdk.services.ses.DkimIdentityConfig
Packages that use DkimIdentityConfig
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of DkimIdentityConfig in software.amazon.awscdk.services.ses
Classes in software.amazon.awscdk.services.ses that implement DkimIdentityConfigMethods in software.amazon.awscdk.services.ses that return DkimIdentityConfigModifier and TypeMethodDescriptionabstract DkimIdentityConfigDkimIdentity.bind(EmailIdentity emailIdentity) Binds this DKIM identity to the email identity.abstract DkimIdentityConfigDkimIdentity.bind(EmailIdentity emailIdentity, IPublicHostedZone hostedZone) Binds this DKIM identity to the email identity.DkimIdentityConfig.Builder.build()Builds the configured instance.