| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityDkimAttributes |
IdentityDkimAttributes.clone() |
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimEnabled(Boolean dkimEnabled)
Is true if DKIM signing is enabled for email sent from the identity.
|
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity.
|
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimTokens(String... dkimTokens)
A set of character strings that represent the domain's identity.
|
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimVerificationStatus(String dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain
name's DNS.
|
IdentityDkimAttributes |
IdentityDkimAttributes.withDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain
name's DNS.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IdentityDkimAttributes> |
GetIdentityDkimAttributesResult.getDkimAttributes()
The DKIM attributes for an email address or a domain.
|
| Modifier and Type | Method and Description |
|---|---|
GetIdentityDkimAttributesResult |
GetIdentityDkimAttributesResult.addDkimAttributesEntry(String key,
IdentityDkimAttributes value)
Add a single DkimAttributes entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIdentityDkimAttributesResult.setDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
The DKIM attributes for an email address or a domain.
|
GetIdentityDkimAttributesResult |
GetIdentityDkimAttributesResult.withDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
The DKIM attributes for an email address or a domain.
|
Copyright © 2025. All rights reserved.