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