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.

Namespace: Amazon.SimpleDB.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ListDomainsRequest
Public Class ListDomainsRequest
public ref class ListDomainsRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Sets the MaxNumberOfDomains property
WithNextToken(String)
Sets the NextToken property

Inheritance Hierarchy

System..::..Object
  Amazon.SimpleDB.Model..::..ListDomainsRequest

See Also