Skip to content

/AWS1/CL_DZN=>LISTPROJECTMEMBERSHIPS()

About ListProjectMemberships

Lists all members of the specified project.

Method Signature

IMPORTING

Required arguments:

IV_DOMAINIDENTIFIER TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon DataZone domain in which you want to list project memberships.

IV_PROJECTIDENTIFIER TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID

The identifier of the project whose memberships you want to list.

Optional arguments:

IV_SORTBY TYPE /AWS1/DZNSORTFIELDPROJECT /AWS1/DZNSORTFIELDPROJECT

The method by which you want to sort the project memberships.

IV_SORTORDER TYPE /AWS1/DZNSORTORDER /AWS1/DZNSORTORDER

The sort order of the project memberships.

IV_NEXTTOKEN TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN

When the number of memberships 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 memberships, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectMemberships to list the next set of memberships.

IV_MAXRESULTS TYPE /AWS1/DZNMAXRESULTS /AWS1/DZNMAXRESULTS

The maximum number of memberships to return in a single call to ListProjectMemberships. When the number of memberships 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 ListProjectMemberships to list the next set of memberships.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DZNLSTPROJECTMEMBER01 /AWS1/CL_DZNLSTPROJECTMEMBER01