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.
@param listDomainsRequest Container for the necessary parameters toexecute the ListDomains service method on AmazonSimpleDB.
@return The response from the ListDomains service method, as returnedby AmazonSimpleDB.
@throws InvalidParameterValueException
@throws InvalidNextTokenException
@throws AmazonClientException If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
@throws AmazonServiceException If an error response is returned by AmazonSimpleDB indicating either a problem with the data in the request, or a server side issue.