AWS SDK for .NET Documentation
DescribeDomainsRequest Class
AmazonAmazon.CloudSearch.ModelDescribeDomainsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeDomains operation.

Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide .

Declaration Syntax
C#
public class DescribeDomainsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeDomainsRequest()()()()
Initializes a new instance of the DescribeDomainsRequest class

DomainNames
The names of the domains you want to include in the response.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDomainNames(array<String>[]()[][]) Obsolete.
Adds elements to the DomainNames collection

WithDomainNames(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the DomainNames collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeDomainsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)