Container for the parameters to the ListIdentities operation.
Returns a list containing all of the identities (email addresses and domains) for
a specific AWS Account, regardless of verification status.
This action is throttled at one request per second.

C# |
public class ListIdentitiesRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListIdentitiesRequest()()()() | Initializes a new instance of the ListIdentitiesRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IdentityType |
Gets and sets the property IdentityType.
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed. |
![]() | MaxItems |
Gets and sets the property MaxItems.
The maximum number of identities per page. Possible values are 1-100 inclusive. |
![]() | NextToken |
Gets and sets the property NextToken.
The token to use for pagination. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithIdentityType(String) | Obsolete.
Sets the IdentityType property
|
![]() | WithMaxItems(Int32) | Obsolete.
Sets the MaxItems property
|
![]() | WithNextToken(String) | Obsolete.
Sets the NextToken property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | ListIdentitiesRequest |