The <code>ListDomains</code> operation lists all domains associated with the Access Key ID. It returns domain names up to the limit set by <a href="#MaxNumberOfDomains">MaxNumberOfDomains</a>. A <a href="#NextToken">NextToken</a> is returned if there are more than <code>MaxNumberOfDomains</code> domains. Calling <code>ListDomains</code> successive times with the <code>NextToken</code> provided by the operation returns up to <code>MaxNumberOfDomains</code> more domain names with each successive operation call.
get/#Action=ListDomains
Query parameters
MaxNumberOfDomainsinteger
The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.
NextTokenstring
A string informing Amazon SimpleDB where to start the next list of domain names.
Action'ListDomains' required
Version'2009-04-15' required
Response
Success