Skip to content

/AWS1/CL_CGILOOKUPDEVELOPERI01

Returned in response to a successful LookupDeveloperIdentity action.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_identityid TYPE /AWS1/CGIIDENTITYID /AWS1/CGIIDENTITYID

A unique identifier in the format REGION:GUID.

it_developeruseridlist TYPE /AWS1/CL_CGIDEVELOPERUSERIDL00=>TT_DEVELOPERUSERIDENTIFIERLIST TT_DEVELOPERUSERIDENTIFIERLIST

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

iv_nexttoken TYPE /AWS1/CGIPAGINATIONKEY /AWS1/CGIPAGINATIONKEY

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.


Queryable Attributes

IdentityId

A unique identifier in the format REGION:GUID.

Accessible with the following methods

Method Description
GET_IDENTITYID() Getter for IDENTITYID, with configurable default
ASK_IDENTITYID() Getter for IDENTITYID w/ exceptions if field has no value
HAS_IDENTITYID() Determine if IDENTITYID has a value

DeveloperUserIdentifierList

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

Accessible with the following methods

Method Description
GET_DEVELOPERUSERIDLIST() Getter for DEVELOPERUSERIDENTIFIERLIST, with configurable de
ASK_DEVELOPERUSERIDLIST() Getter for DEVELOPERUSERIDENTIFIERLIST w/ exceptions if fiel
HAS_DEVELOPERUSERIDLIST() Determine if DEVELOPERUSERIDENTIFIERLIST has a value

NextToken

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

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