Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityMailFromAttributesRequest.Builder
Packages that use PutEmailIdentityMailFromAttributesRequest.Builder
Package
Description
-
Uses of PutEmailIdentityMailFromAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutEmailIdentityMailFromAttributesRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest) Used to enable or disable the custom Mail-From domain configuration for an email identity.SesV2Client.putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest) Used to enable or disable the custom Mail-From domain configuration for an email identity. -
Uses of PutEmailIdentityMailFromAttributesRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutEmailIdentityMailFromAttributesRequest.BuilderModifier and TypeMethodDescriptionPutEmailIdentityMailFromAttributesRequest.Builder.behaviorOnMxFailure(String behaviorOnMxFailure) The action to take if the required MX record isn't found when you send an email.PutEmailIdentityMailFromAttributesRequest.Builder.behaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure) The action to take if the required MX record isn't found when you send an email.PutEmailIdentityMailFromAttributesRequest.builder()PutEmailIdentityMailFromAttributesRequest.Builder.emailIdentity(String emailIdentity) The verified email identity.PutEmailIdentityMailFromAttributesRequest.Builder.mailFromDomain(String mailFromDomain) The custom MAIL FROM domain that you want the verified identity to use.PutEmailIdentityMailFromAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutEmailIdentityMailFromAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutEmailIdentityMailFromAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutEmailIdentityMailFromAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutEmailIdentityMailFromAttributesRequest.Builder>PutEmailIdentityMailFromAttributesRequest.serializableBuilderClass()