List methods that can be paginated from a paws client.
Arguments
- svc
paws client (for example paws::s3()).
Value
character vector of functions that can be paginated.
Examples
if (FALSE) { # \dontrun{
# Note: where svc is a paws client.
list_paginators(svc)
} # }