Skip to content

/AWS1/CL_FRM=>LISTTYPEREGISTRATIONS()

About ListTypeRegistrations

Returns a list of registration tokens for the specified extension(s).

Method Signature

IMPORTING

Optional arguments:

IV_TYPE TYPE /AWS1/FRMREGISTRYTYPE /AWS1/FRMREGISTRYTYPE

The kind of extension.

Conditional: You must specify either TypeName and Type, or Arn.

IV_TYPENAME TYPE /AWS1/FRMTYPENAME /AWS1/FRMTYPENAME

The name of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

IV_TYPEARN TYPE /AWS1/FRMTYPEARN /AWS1/FRMTYPEARN

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

IV_REGISTRATIONSTATUSFILTER TYPE /AWS1/FRMREGISTRATIONSTATUS /AWS1/FRMREGISTRATIONSTATUS

The current status of the extension registration request.

The default is IN_PROGRESS.

IV_MAXRESULTS TYPE /AWS1/FRMMAXRESULTS /AWS1/FRMMAXRESULTS

The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

IV_NEXTTOKEN TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN

If the previous paginated request didn't return all the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FRMLISTTYPEREGSOUTPUT /AWS1/CL_FRMLISTTYPEREGSOUTPUT