View source: R/swf_operations.R
swf_list_domains | R Documentation |
Returns the list of domains registered in the account. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.
See https://www.paws-r-sdk.com/docs/swf_list_domains/ for full documentation.
swf_list_domains(
nextPageToken = NULL,
registrationStatus,
maximumPageSize = NULL,
reverseOrder = NULL
)
nextPageToken |
If The configured |
registrationStatus |
[required] Specifies the registration status of the domains to list. |
maximumPageSize |
The maximum number of results that are returned per call. Use
|
reverseOrder |
When set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.