simpledb_list_domains: The ListDomains operation lists all domains associated with...

View source: R/simpledb_operations.R

simpledb_list_domainsR Documentation

The ListDomains operation lists all domains associated with the Access Key ID

Description

The 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.

Usage

simpledb_list_domains(MaxNumberOfDomains = NULL, NextToken = NULL)

Arguments

MaxNumberOfDomains

The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.

NextToken

A string informing Amazon SimpleDB where to start the next list of domain names.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.