Skip to content

/AWS1/CL_EVBLISTENDPTSRESPONSE

ListEndpointsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ENDPOINTS TYPE /AWS1/CL_EVBENDPOINT=>TT_ENDPOINTLIST TT_ENDPOINTLIST

The endpoints returned by the call.

IV_NEXTTOKEN TYPE /AWS1/EVBNEXTTOKEN /AWS1/EVBNEXTTOKEN

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.


Queryable Attributes

Endpoints

The endpoints returned by the call.

Accessible with the following methods

Method Description
GET_ENDPOINTS() Getter for ENDPOINTS, with configurable default
ASK_ENDPOINTS() Getter for ENDPOINTS w/ exceptions if field has no value
HAS_ENDPOINTS() Determine if ENDPOINTS has a value

NextToken

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value