swf_list_domains {paws.application.integration} | R Documentation |
Returns the list of domains registered in the account
Description
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.
Usage
swf_list_domains(
nextPageToken = NULL,
registrationStatus,
maximumPageSize = NULL,
reverseOrder = NULL
)
Arguments
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 |