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
 
Container for the parameters to the ListDomains operation. This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53Domains.AmazonRoute53DomainsRequest
      Amazon.Route53Domains.Model.ListDomainsRequest

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

Syntax

C#
public class ListDomainsRequest : AmazonRoute53DomainsRequest
         IRequestEvents

The ListDomainsRequest type exposes the following members

Constructors

NameDescription
Public Method ListDomainsRequest()

Properties

NameTypeDescription
Public Property Marker System.String Gets and sets the property Marker.

For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current AWS account is greater than the value that you specified for MaxItems, you can use Marker to return additional domains. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Type: String

Default: None

Constraints: The marker must match the value specified in the previous request.

Required: No

Public Property MaxItems System.Int32 Gets and sets the property MaxItems.

Number of domains to be returned.

Type: Integer

Default: 20

Constraints: A numeral between 1 and 100.

Required: No

Version Information

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