Skip to content

/AWS1/CL_XDDLISTSTREAMSOUTPUT

ListStreamsOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_streams TYPE /AWS1/CL_XDDSTREAMSUMMARY=>TT_STREAMLIST TT_STREAMLIST

An array of the returned streams.

Optional arguments:

iv_nexttoken TYPE /AWS1/XDDNEXTTOKEN /AWS1/XDDNEXTTOKEN

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.


Queryable Attributes

nextToken

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.

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

streams

An array of the returned streams.

Accessible with the following methods

Method Description
GET_STREAMS() Getter for STREAMS, with configurable default
ASK_STREAMS() Getter for STREAMS w/ exceptions if field has no value
HAS_STREAMS() Determine if STREAMS has a value