Skip to content

/AWS1/CL_CGPADMINLISTDEVSRSP

Lists the device's response, as an administrator.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_DEVICES TYPE /AWS1/CL_CGPDEVICETYPE=>TT_DEVICELISTTYPE TT_DEVICELISTTYPE

The devices in the list of devices response.

IV_PAGINATIONTOKEN TYPE /AWS1/CGPSRCHPAGINATIONTOKTYPE /AWS1/CGPSRCHPAGINATIONTOKTYPE

The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.


Queryable Attributes

Devices

The devices in the list of devices response.

Accessible with the following methods

Method Description
GET_DEVICES() Getter for DEVICES, with configurable default
ASK_DEVICES() Getter for DEVICES w/ exceptions if field has no value
HAS_DEVICES() Determine if DEVICES has a value

PaginationToken

The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.

Accessible with the following methods

Method Description
GET_PAGINATIONTOKEN() Getter for PAGINATIONTOKEN, with configurable default
ASK_PAGINATIONTOKEN() Getter for PAGINATIONTOKEN w/ exceptions if field has no val
HAS_PAGINATIONTOKEN() Determine if PAGINATIONTOKEN has a value