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 4.5
 
Container for the parameters to the ListDomains operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleDB.AmazonSimpleDBRequest
      Amazon.SimpleDB.Model.ListDomainsRequest

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

Syntax

C#
public class ListDomainsRequest : AmazonSimpleDBRequest
         IRequestEvents

The ListDomainsRequest type exposes the following members

Constructors

NameDescription
Public Method ListDomainsRequest() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property MaxNumberOfDomains System.Int32 Gets and sets the property MaxNumberOfDomains. The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.
Public Property NextToken System.String Gets and sets the property NextToken. A string informing Amazon SimpleDB where to start the next list of domain names.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8