/AWS1/CL_MDC=>LISTJOBTEMPLATES()
¶
About ListJobTemplates¶
Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_CATEGORY
TYPE /AWS1/MDC__STRING
/AWS1/MDC__STRING
¶
Optionally, specify a job template category to limit responses to only job templates from that category.
IV_LISTBY
TYPE /AWS1/MDCJOBTEMPLATELISTBY
/AWS1/MDCJOBTEMPLATELISTBY
¶
Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
IV_MAXRESULTS
TYPE /AWS1/MDC__INTEGERMIN1MAX20
/AWS1/MDC__INTEGERMIN1MAX20
¶
Optional. Number of job templates, up to twenty, that will be returned at one time.
IV_NEXTTOKEN
TYPE /AWS1/MDC__STRING
/AWS1/MDC__STRING
¶
Use this string, provided with the response to a previous request, to request the next batch of job templates.
IV_ORDER
TYPE /AWS1/MDCORDER
/AWS1/MDCORDER
¶
Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.