items

@JvmName(name = "listClassificationJobsResponseJobSummary")
fun Flow<ListClassificationJobsResponse>.items(): Flow<JobSummary>

This paginator transforms the flow returned by listClassificationJobsPaginated to access the nested member JobSummary

Return

A kotlinx.coroutines.flow.Flow that can collect JobSummary


@JvmName(name = "listCustomDataIdentifiersResponseCustomDataIdentifierSummary")
fun Flow<ListCustomDataIdentifiersResponse>.items(): Flow<CustomDataIdentifierSummary>

This paginator transforms the flow returned by listCustomDataIdentifiersPaginated to access the nested member CustomDataIdentifierSummary

Return

A kotlinx.coroutines.flow.Flow that can collect CustomDataIdentifierSummary


@JvmName(name = "listManagedDataIdentifiersResponseManagedDataIdentifierSummary")
fun Flow<ListManagedDataIdentifiersResponse>.items(): Flow<ManagedDataIdentifierSummary>

This paginator transforms the flow returned by listManagedDataIdentifiersPaginated to access the nested member ManagedDataIdentifierSummary

Return

A kotlinx.coroutines.flow.Flow that can collect ManagedDataIdentifierSummary