AWS SDK for .NET Documentation
ListIdentitiesRequest Class
AmazonAmazon.SimpleEmail.ModelListIdentitiesRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class ListIdentitiesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListIdentitiesRequest()()()()
Initializes a new instance of the ListIdentitiesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ListIdentitiesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)