|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleemail.model.IdentityDkimAttributes
public class IdentityDkimAttributes
Represents the DKIM attributes of a verified email address or a domain.
Constructor Summary | |
---|---|
IdentityDkimAttributes()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getDkimEnabled()
True if DKIM signing is enabled for email sent from the identity; false otherwise. |
List<String> |
getDkimTokens()
A set of DNS records (tokens) that must be published in the domain name's DNS for DKIM verification to complete, and which must remain published in order for DKIM signing to succeed. |
String |
getDkimVerificationStatus()
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. |
int |
hashCode()
|
Boolean |
isDkimEnabled()
True if DKIM signing is enabled for email sent from the identity; false otherwise. |
void |
setDkimEnabled(Boolean dkimEnabled)
True if DKIM signing is enabled for email sent from the identity; false otherwise. |
void |
setDkimTokens(Collection<String> dkimTokens)
A set of DNS records (tokens) that must be published in the domain name's DNS for DKIM verification to complete, and which must remain published in order for DKIM signing to succeed. |
void |
setDkimVerificationStatus(String dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. |
void |
setDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
IdentityDkimAttributes |
withDkimEnabled(Boolean dkimEnabled)
True if DKIM signing is enabled for email sent from the identity; false otherwise. |
IdentityDkimAttributes |
withDkimTokens(Collection<String> dkimTokens)
A set of DNS records (tokens) that must be published in the domain name's DNS for DKIM verification to complete, and which must remain published in order for DKIM signing to succeed. |
IdentityDkimAttributes |
withDkimTokens(String... dkimTokens)
A set of DNS records (tokens) that must be published in the domain name's DNS for DKIM verification to complete, and which must remain published in order for DKIM signing to succeed. |
IdentityDkimAttributes |
withDkimVerificationStatus(String dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. |
IdentityDkimAttributes |
withDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IdentityDkimAttributes()
Method Detail |
---|
public Boolean isDkimEnabled()
public void setDkimEnabled(Boolean dkimEnabled)
dkimEnabled
- True if DKIM signing is enabled for email sent from the identity;
false otherwise.public IdentityDkimAttributes withDkimEnabled(Boolean dkimEnabled)
Returns a reference to this object so that method calls can be chained together.
dkimEnabled
- True if DKIM signing is enabled for email sent from the identity;
false otherwise.
public Boolean getDkimEnabled()
public String getDkimVerificationStatus()
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
VerificationStatus
public void setDkimVerificationStatus(String dkimVerificationStatus)
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
dkimVerificationStatus
- Describes whether Amazon SES has successfully verified the DKIM DNS
records (tokens) published in the domain name's DNS. (This only
applies to domain identities, not email address identities.)VerificationStatus
public IdentityDkimAttributes withDkimVerificationStatus(String dkimVerificationStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
dkimVerificationStatus
- Describes whether Amazon SES has successfully verified the DKIM DNS
records (tokens) published in the domain name's DNS. (This only
applies to domain identities, not email address identities.)
VerificationStatus
public void setDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
dkimVerificationStatus
- Describes whether Amazon SES has successfully verified the DKIM DNS
records (tokens) published in the domain name's DNS. (This only
applies to domain identities, not email address identities.)VerificationStatus
public IdentityDkimAttributes withDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
dkimVerificationStatus
- Describes whether Amazon SES has successfully verified the DKIM DNS
records (tokens) published in the domain name's DNS. (This only
applies to domain identities, not email address identities.)
VerificationStatus
public List<String> getDkimTokens()
CNAME
DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)
CNAME
DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)public void setDkimTokens(Collection<String> dkimTokens)
CNAME
DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)
dkimTokens
- A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed. The tokens are
CNAME
DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)public IdentityDkimAttributes withDkimTokens(String... dkimTokens)
CNAME
DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)
Returns a reference to this object so that method calls can be chained together.
dkimTokens
- A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed. The tokens are
CNAME
DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)
public IdentityDkimAttributes withDkimTokens(Collection<String> dkimTokens)
CNAME
DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)
Returns a reference to this object so that method calls can be chained together.
dkimTokens
- A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed. The tokens are
CNAME
DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |