Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.PutEmailIdentityMailFromAttributesRequest.Builder
-
Packages that use PutEmailIdentityMailFromAttributesRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of PutEmailIdentityMailFromAttributesRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type PutEmailIdentityMailFromAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<PutEmailIdentityMailFromAttributesResponse>PinpointEmailAsyncClient. putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest)Used to enable or disable the custom Mail-From domain configuration for an email identity.default PutEmailIdentityMailFromAttributesResponsePinpointEmailClient. 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.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return PutEmailIdentityMailFromAttributesRequest.Builder Modifier and Type Method Description PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. behaviorOnMxFailure(String behaviorOnMxFailure)The action that you want Amazon Pinpoint to take if it can't read the required MX record when you send an email.PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. behaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure)The action that you want Amazon Pinpoint to take if it can't read the required MX record when you send an email.static PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest. builder()PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. emailIdentity(String emailIdentity)The verified email identity that you want to set up the custom MAIL FROM domain for.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.pinpointemail.model that return types with arguments of type PutEmailIdentityMailFromAttributesRequest.Builder Modifier and Type Method Description static Class<? extends PutEmailIdentityMailFromAttributesRequest.Builder>PutEmailIdentityMailFromAttributesRequest. serializableBuilderClass()
-