Uses of Interface
software.amazon.awscdk.services.pinpointemail.CfnIdentity.MailFromAttributesProperty
Packages that use CfnIdentity.MailFromAttributesProperty
Package
Description
Amazon Pinpoint Email Construct Library
-
Uses of CfnIdentity.MailFromAttributesProperty in software.amazon.awscdk.services.pinpointemail
Classes in software.amazon.awscdk.services.pinpointemail that implement CfnIdentity.MailFromAttributesPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnIdentity.MailFromAttributesProperty
Methods in software.amazon.awscdk.services.pinpointemail that return CfnIdentity.MailFromAttributesPropertyModifier and TypeMethodDescriptionCfnIdentity.MailFromAttributesProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.pinpointemail with parameters of type CfnIdentity.MailFromAttributesPropertyModifier and TypeMethodDescriptionCfnIdentity.Builder.mailFromAttributes
(CfnIdentity.MailFromAttributesProperty mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.CfnIdentityProps.Builder.mailFromAttributes
(CfnIdentity.MailFromAttributesProperty mailFromAttributes) Sets the value ofCfnIdentityProps.getMailFromAttributes()
void
CfnIdentity.setMailFromAttributes
(CfnIdentity.MailFromAttributesProperty value) Used to enable or disable the custom Mail-From domain configuration for an email identity.