Uses of Class
com.amazonaws.services.simpleemail.model.IdentityDkimAttributes
-
Packages that use IdentityDkimAttributes Package Description com.amazonaws.services.simpleemail.model -
-
Uses of IdentityDkimAttributes in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return IdentityDkimAttributes Modifier and Type Method Description IdentityDkimAttributes
IdentityDkimAttributes. clone()
IdentityDkimAttributes
IdentityDkimAttributes. withDkimEnabled(Boolean dkimEnabled)
True if DKIM signing is enabled for email sent from the identity; false otherwise.IdentityDkimAttributes
IdentityDkimAttributes. withDkimTokens(String... dkimTokens)
A set of character strings that represent the domain's identity.IdentityDkimAttributes
IdentityDkimAttributes. withDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity.IdentityDkimAttributes
IdentityDkimAttributes. withDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS.IdentityDkimAttributes
IdentityDkimAttributes. withDkimVerificationStatus(String dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type IdentityDkimAttributes Modifier and Type Method Description Map<String,IdentityDkimAttributes>
GetIdentityDkimAttributesResult. getDkimAttributes()
The DKIM attributes for an email address or a domain.Methods in com.amazonaws.services.simpleemail.model with parameters of type IdentityDkimAttributes Modifier and Type Method Description GetIdentityDkimAttributesResult
GetIdentityDkimAttributesResult. addDkimAttributesEntry(String key, IdentityDkimAttributes value)
Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type IdentityDkimAttributes Modifier and Type Method 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.
-