/AWS1/CL_R5R=>LISTRESOLVERENDPOINTS()
¶
About ListResolverEndpoints¶
Lists all the Resolver endpoints that were created using the current Amazon Web Services account.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_MAXRESULTS
TYPE /AWS1/R5RMAXRESULTS
/AWS1/R5RMAXRESULTS
¶
The maximum number of Resolver endpoints that you want to return in the response to a
ListResolverEndpoints
request. If you don't specify a value forMaxResults
, Resolver returns up to 100 Resolver endpoints.
IV_NEXTTOKEN
TYPE /AWS1/R5RNEXTTOKEN
/AWS1/R5RNEXTTOKEN
¶
For the first
ListResolverEndpoints
request, omit this value.If you have more than
MaxResults
Resolver endpoints, you can submit anotherListResolverEndpoints
request to get the next group of Resolver endpoints. In the next request, specify the value ofNextToken
from the previous response.
IT_FILTERS
TYPE /AWS1/CL_R5RFILTER=>TT_FILTERS
TT_FILTERS
¶
An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints.
If you submit a second or subsequent
ListResolverEndpoints
request and specify theNextToken
parameter, you must use the same values forFilters
, if any, as in the previous request.