| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and 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 PutEmailIdentityMailFromAttributesResponse |
SesV2Client.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 to take if the required MX record isn't found when you send an email.
|
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.Builder.behaviorOnMxFailure(String behaviorOnMxFailure)
The action to take if the required MX record isn't found when you send an email.
|
static PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.builder() |
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.Builder.emailIdentity(String emailIdentity)
The verified email identity.
|
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.