public class ListIdentityPoliciesRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable
ListIdentityPolicies operation.
Returns a list of sending authorization policies that are attached to
the given identity (email address or domain). This API returns only a
list. If you want the actual policy content, you can use
GetIdentityPolicies .
NOTE:This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide .
This action is throttled at one request per second.
| Constructor and Description |
|---|
ListIdentityPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoliciesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentity()
The identity that is associated with the policy for which the policies
will be listed.
|
int |
hashCode() |
void |
setIdentity(String identity)
The identity that is associated with the policy for which the policies
will be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoliciesRequest |
withIdentity(String identity)
The identity that is associated with the policy for which the policies
will be listed.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getIdentity()
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
public void setIdentity(String identity)
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
identity - The identity that is associated with the policy for which the policies
will be listed. You can specify an identity by using its name or by
using its Amazon Resource Name (ARN). Examples:
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
public ListIdentityPoliciesRequest withIdentity(String identity)
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
Returns a reference to this object so that method calls can be chained together.
identity - The identity that is associated with the policy for which the policies
will be listed. You can specify an identity by using its name or by
using its Amazon Resource Name (ARN). Examples:
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
public String toString()
toString in class ObjectObject.toString()public ListIdentityPoliciesRequest clone()
clone in class com.amazonaws.AmazonWebServiceRequestCopyright © 2015. All rights reserved.