The ListDomains operation lists all domains associated with the Access Key ID
Source:R/simpledb_operations.R
simpledb_list_domains.RdThe list_domains 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 list_domains successive times with the NextToken provided by the operation returns up to MaxNumberOfDomains more domain names with each successive operation call.
See https://www.paws-r-sdk.com/docs/simpledb_list_domains/ for full documentation.