|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesRequest
public class GetIdentityDkimAttributesRequest
Container for the parameters to the GetIdentityDkimAttributes operation
.
Returns the current status of Easy DKIM signing for an entity. For domain name identities, this action also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.
This action takes a list of identities as input and returns the following information for each:
This action is throttled at one request per second.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide .
AmazonSimpleEmailService.getIdentityDkimAttributes(GetIdentityDkimAttributesRequest)
,
Serialized FormConstructor Summary | |
---|---|
GetIdentityDkimAttributesRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getIdentities()
A list of one or more verified identities - email addresses, domains, or both. |
int |
hashCode()
|
void |
setIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more verified identities - email addresses, domains, or both. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetIdentityDkimAttributesRequest |
withIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more verified identities - email addresses, domains, or both. |
GetIdentityDkimAttributesRequest |
withIdentities(java.lang.String... identities)
A list of one or more verified identities - email addresses, domains, or both. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetIdentityDkimAttributesRequest()
Method Detail |
---|
public java.util.List<java.lang.String> getIdentities()
public void setIdentities(java.util.Collection<java.lang.String> identities)
identities
- A list of one or more verified identities - email addresses, domains,
or both.public GetIdentityDkimAttributesRequest withIdentities(java.lang.String... identities)
Returns a reference to this object so that method calls can be chained together.
identities
- A list of one or more verified identities - email addresses, domains,
or both.
public GetIdentityDkimAttributesRequest withIdentities(java.util.Collection<java.lang.String> identities)
Returns a reference to this object so that method calls can be chained together.
identities
- A list of one or more verified identities - email addresses, domains,
or both.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |