Skip to content

/AWS1/CL_DZN=>SEARCHTYPES()

About SearchTypes

Searches for types in Amazon DataZone.

Method Signature

IMPORTING

Required arguments:

IV_DOMAINIDENTIFIER TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon DataZone domain in which to invoke the SearchTypes action.

IV_SEARCHSCOPE TYPE /AWS1/DZNTYPESSEARCHSCOPE /AWS1/DZNTYPESSEARCHSCOPE

Specifies the scope of the search for types.

IV_MANAGED TYPE /AWS1/DZNBOOLEAN /AWS1/DZNBOOLEAN

Specifies whether the search is managed.

Optional arguments:

IV_MAXRESULTS TYPE /AWS1/DZNMAXRESULTS /AWS1/DZNMAXRESULTS

The maximum number of results to return in a single call to SearchTypes. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchTypes to list the next set of results.

IV_NEXTTOKEN TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN

When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchTypes to list the next set of results.

IV_SEARCHTEXT TYPE /AWS1/DZNSEARCHTEXT /AWS1/DZNSEARCHTEXT

Specifies the text for which to search.

IT_SEARCHIN TYPE /AWS1/CL_DZNSEARCHINITEM=>TT_SEARCHINLIST TT_SEARCHINLIST

The details of the search.

IO_FILTERS TYPE REF TO /AWS1/CL_DZNFILTERCLAUSE /AWS1/CL_DZNFILTERCLAUSE

The filters for the SearchTypes action.

IO_SORT TYPE REF TO /AWS1/CL_DZNSEARCHSORT /AWS1/CL_DZNSEARCHSORT

The specifies the way to sort the SearchTypes results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DZNSEARCHTYPESOUTPUT /AWS1/CL_DZNSEARCHTYPESOUTPUT