| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
PutEmailIdentityDkimSigningAttributesResult |
AmazonSimpleEmailServiceV2Client.putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest request)
Used to configure or change the DKIM authentication settings for an email domain identity.
|
PutEmailIdentityDkimSigningAttributesResult |
AmazonSimpleEmailServiceV2.putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest putEmailIdentityDkimSigningAttributesRequest)
Used to configure or change the DKIM authentication settings for an email domain identity.
|
PutEmailIdentityDkimSigningAttributesResult |
AbstractAmazonSimpleEmailServiceV2.putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
PutEmailIdentityDkimSigningAttributesResult |
PutEmailIdentityDkimSigningAttributesResult.clone() |
PutEmailIdentityDkimSigningAttributesResult |
PutEmailIdentityDkimSigningAttributesResult.withDkimStatus(DkimStatus dkimStatus)
The DKIM authentication status of the identity.
|
PutEmailIdentityDkimSigningAttributesResult |
PutEmailIdentityDkimSigningAttributesResult.withDkimStatus(String dkimStatus)
The DKIM authentication status of the identity.
|
PutEmailIdentityDkimSigningAttributesResult |
PutEmailIdentityDkimSigningAttributesResult.withDkimTokens(Collection<String> dkimTokens)
If you used Easy DKIM to
configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to
create a set of CNAME records that you add to the DNS configuration for your domain.
|
PutEmailIdentityDkimSigningAttributesResult |
PutEmailIdentityDkimSigningAttributesResult.withDkimTokens(String... dkimTokens)
If you used Easy DKIM to
configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to
create a set of CNAME records that you add to the DNS configuration for your domain.
|
Copyright © 2022. All rights reserved.