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