| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and 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 PutEmailIdentityMailFromAttributesResponse |
PinpointEmailClient.putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
| Modifier and Type | Method and Description |
|---|---|
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.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.
|
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.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.
|
static PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.builder() |
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.Builder.emailIdentity(String emailIdentity)
The verified email identity that you want to set up the custom MAIL FROM domain for.
|
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.Builder.mailFromDomain(String mailFromDomain)
The custom MAIL FROM domain that you want the verified identity to use.
|
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutEmailIdentityMailFromAttributesRequest.Builder> |
PutEmailIdentityMailFromAttributesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.