Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityMailFromAttributesRequest.Builder
-
Packages that use PutEmailIdentityMailFromAttributesRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of PutEmailIdentityMailFromAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutEmailIdentityMailFromAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<PutEmailIdentityMailFromAttributesResponse>SesV2AsyncClient. putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest)Used to enable or disable the custom Mail-From domain configuration for an email identity.default PutEmailIdentityMailFromAttributesResponseSesV2Client. 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.Builder Modifier and Type Method Description PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. behaviorOnMxFailure(String behaviorOnMxFailure)The action to take if the required MX record isn't found when you send an email.PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. behaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure)The action to take if the required MX record isn't found when you send an email.static PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest. builder()PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. emailIdentity(String emailIdentity)The verified email identity.PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. mailFromDomain(String mailFromDomain)The custom MAIL FROM domain that you want the verified identity to use.PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutEmailIdentityMailFromAttributesRequest.Builder Modifier and Type Method Description static Class<? extends PutEmailIdentityMailFromAttributesRequest.Builder>PutEmailIdentityMailFromAttributesRequest. serializableBuilderClass()
-