public class ListIdentityPoliciesRequest extends 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.
NOOP
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, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getIdentity()
[email protected]
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
[email protected]
, 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)
[email protected]
, 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:
[email protected]
, 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)
[email protected]
, 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:
[email protected]
, 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 Object
Object.toString()
public ListIdentityPoliciesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.