@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyDomainDkimResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.
Constructor and Description |
---|
VerifyDomainDkimResult() |
Modifier and Type | Method and Description |
---|---|
VerifyDomainDkimResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDkimTokens()
A set of character strings that represent the domain's identity.
|
int |
hashCode() |
void |
setDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity.
|
String |
toString()
Returns a string representation of this object.
|
VerifyDomainDkimResult |
withDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity.
|
VerifyDomainDkimResult |
withDkimTokens(String... dkimTokens)
A set of character strings that represent the domain's identity.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getDkimTokens()
A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.
Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
public void setDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.
Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
dkimTokens
- A set of character strings that represent the domain's identity. If the identity is an email address, the
tokens represent the domain of that address.
Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
public VerifyDomainDkimResult withDkimTokens(String... dkimTokens)
A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.
Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
NOTE: This method appends the values to the existing list (if any). Use
setDkimTokens(java.util.Collection)
or withDkimTokens(java.util.Collection)
if you want to
override the existing values.
dkimTokens
- A set of character strings that represent the domain's identity. If the identity is an email address, the
tokens represent the domain of that address.
Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
public VerifyDomainDkimResult withDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.
Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
dkimTokens
- A set of character strings that represent the domain's identity. If the identity is an email address, the
tokens represent the domain of that address.
Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
public String toString()
toString
in class Object
Object.toString()
public VerifyDomainDkimResult clone()