AWS SDK for .NET Documentation
ListDomains Method (request)
AmazonAmazon.SimpleDBAmazonSimpleDBClientListDomains(ListDomainsRequest) Did this page help you?   Yes   No    Tell us about it...
List Domains
Declaration Syntax
C#
public ListDomainsResponse ListDomains(
	ListDomainsRequest request
)
Parameters
request (ListDomainsRequest)
List Domains request
Return Value
List Domains Response from the service
Remarks
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 returns up to MaxNumberOfDomains more domain names each time.

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