AWS SDK Version 3 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.

Container for the parameters to the ListDomains operation. This operation returns all the domain names registered with Amazon Route 53 for the current Amazon Web Services account if no filtering conditions are used.

Inheritance Hierarchy

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

Namespace: Amazon.Route53Domains.Model
Assembly: AWSSDK.Route53Domains.dll
Version: 3.x.y.z

Syntax

C#
public class ListDomainsRequest : AmazonRoute53DomainsRequest
         IAmazonWebServiceRequest

The ListDomainsRequest type exposes the following members

Constructors

NameDescription
Public Method ListDomainsRequest()

Properties

NameTypeDescription
Public Property FilterConditions System.Collections.Generic.List<Amazon.Route53Domains.Model.FilterCondition>

Gets and sets the property FilterConditions.

A complex type that contains information about the filters applied during the ListDomains request. The filter conditions can include domain name and domain expiration.

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 Amazon Web Services 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.

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

Public Property MaxItems System.Int32

Gets and sets the property MaxItems.

Number of domains to be returned.

Default: 20

Public Property SortCondition Amazon.Route53Domains.Model.SortCondition

Gets and sets the property SortCondition.

A complex type that contains information about the requested ordering of domains in the returned list.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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