AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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 provided by the operation returns up to MaxNumberOfDomains more domain names with each successive operation call.

Namespace: Amazon.SimpleDB
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract ListDomainsResponse ListDomains()
Return Value
Type: Amazon.SimpleDB.Model.ListDomainsResponse
The response from the ListDomains service method, as returned by SimpleDB.

Exceptions

ExceptionCondition
InvalidNextTokenException The specified NextToken is not valid.
InvalidParameterValueException The value for a parameter is invalid.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5