ListDomains

The ListDomains operation lists all domains associated with the Access Key ID. 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.

Name Description Required?
MaxNumberOfDomains

The maximum number of domain names you want returned.

Type: String

The range is 1 to 100.

The default setting is 100.

No
NextToken String that tells Amazon SimpleDB where to start the next list of domain names. No
Name Description
DomainName Domain names that match the query expression.
NextToken An opaque token indicating that there are more than MaxNumberOfDomains domains still available.
Error Description
InvalidParameterValue Value (" + value + ") for parameter MaxNumberOfDomains is invalid. MaxNumberOfDomains must be between 1 and 100.
InvalidNextToken The specified next token is not valid.