list_paginators {paws.common} | R Documentation |
List methods that can be paginated from a paws client.
list_paginators(svc)
svc |
paws client (for example |
character vector of functions that can be paginated.
## Not run:
# Note: where svc is a paws client.
list_paginators(svc)
## End(Not run)