Uses of Interface
software.amazon.awscdk.services.ses.CfnEmailIdentity.DkimAttributesProperty
Packages that use CfnEmailIdentity.DkimAttributesProperty
Package
Description
Amazon Simple Email Service Construct Library
- 
Uses of CfnEmailIdentity.DkimAttributesProperty in software.amazon.awscdk.services.sesClasses in software.amazon.awscdk.services.ses that implement CfnEmailIdentity.DkimAttributesPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnEmailIdentity.DkimAttributesPropertyMethods in software.amazon.awscdk.services.ses that return CfnEmailIdentity.DkimAttributesPropertyModifier and TypeMethodDescriptionCfnEmailIdentity.DkimAttributesProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ses with parameters of type CfnEmailIdentity.DkimAttributesPropertyModifier and TypeMethodDescriptionCfnEmailIdentity.Builder.dkimAttributes(CfnEmailIdentity.DkimAttributesProperty dkimAttributes) An object that contains information about the DKIM attributes for the identity.CfnEmailIdentityProps.Builder.dkimAttributes(CfnEmailIdentity.DkimAttributesProperty dkimAttributes) Sets the value ofCfnEmailIdentityProps.getDkimAttributes()voidCfnEmailIdentity.setDkimAttributes(CfnEmailIdentity.DkimAttributesProperty value) An object that contains information about the DKIM attributes for the identity.