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