AWS SDK for .NET Documentation
ListDomainsRequest Class
AmazonAmazon.SimpleDB.ModelListDomainsRequest Did this page help you?   Yes   No    Tell us about it...
Lists all domains associated with the account. It returns domain names up to the limit set by MaxNumberOfDomains. A NextToken is returned if there are more than MaxNumberOfDomains domains. Calling ListDomains successive times with the NextToken returns up to MaxNumberOfDomains more domain names each time.
Declaration Syntax
C#
public class ListDomainsRequest : SDBRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListDomainsRequest()()()()
Initializes a new instance of the ListDomainsRequest 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.)
IsSetMaxNumberOfDomains()()()()
Checks if MaxNumberOfDomains property is set

IsSetNextToken()()()()
Checks if NextToken property is set

MaxNumberOfDomains
Gets and sets the MaxNumberOfDomains property. The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.

NextToken
Gets and sets the NextToken property. String that tells Amazon SimpleDB where to start the next list of domain names.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithMaxNumberOfDomains(Decimal) Obsolete.
Sets the MaxNumberOfDomains property

WithNextToken(String) Obsolete.
Sets the NextToken property

Inheritance Hierarchy
Object
SDBRequest
 ListDomainsRequest

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