Uses of Interface
software.amazon.awssdk.services.sesv2.model.MailFromAttributes.Builder
Packages that use MailFromAttributes.Builder
-
Uses of MailFromAttributes.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return MailFromAttributes.BuilderModifier and TypeMethodDescriptionMailFromAttributes.Builder.behaviorOnMxFailure(String behaviorOnMxFailure) The action to take if the required MX record can't be found when you send an email.MailFromAttributes.Builder.behaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure) The action to take if the required MX record can't be found when you send an email.static MailFromAttributes.BuilderMailFromAttributes.builder()MailFromAttributes.Builder.mailFromDomain(String mailFromDomain) The name of a domain that an email identity uses as a custom MAIL FROM domain.MailFromAttributes.Builder.mailFromDomainStatus(String mailFromDomainStatus) The status of the MAIL FROM domain.MailFromAttributes.Builder.mailFromDomainStatus(MailFromDomainStatus mailFromDomainStatus) The status of the MAIL FROM domain.MailFromAttributes.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type MailFromAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MailFromAttributes.Builder>MailFromAttributes.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type MailFromAttributes.BuilderModifier and TypeMethodDescriptiondefault GetEmailIdentityResponse.BuilderGetEmailIdentityResponse.Builder.mailFromAttributes(Consumer<MailFromAttributes.Builder> mailFromAttributes) An object that contains information about the Mail-From attributes for the email identity.