Uses of Interface
software.amazon.awssdk.services.ses.model.IdentityMailFromDomainAttributes.Builder
Packages that use IdentityMailFromDomainAttributes.Builder
-
Uses of IdentityMailFromDomainAttributes.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return IdentityMailFromDomainAttributes.BuilderModifier and TypeMethodDescriptionIdentityMailFromDomainAttributes.Builder.behaviorOnMXFailure(String behaviorOnMXFailure) The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.IdentityMailFromDomainAttributes.Builder.behaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure) The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.IdentityMailFromDomainAttributes.builder()IdentityMailFromDomainAttributes.Builder.mailFromDomain(String mailFromDomain) The custom MAIL FROM domain that the identity is configured to use.IdentityMailFromDomainAttributes.Builder.mailFromDomainStatus(String mailFromDomainStatus) The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup.IdentityMailFromDomainAttributes.Builder.mailFromDomainStatus(CustomMailFromStatus mailFromDomainStatus) The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup.IdentityMailFromDomainAttributes.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type IdentityMailFromDomainAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IdentityMailFromDomainAttributes.Builder>IdentityMailFromDomainAttributes.serializableBuilderClass()