items

@JvmName(name = "listChannelHandshakesResponseChannelHandshakeSummary")
fun Flow<ListChannelHandshakesResponse>.items(): Flow<ChannelHandshakeSummary>

This paginator transforms the flow returned by listChannelHandshakesPaginated to access the nested member ChannelHandshakeSummary

Return

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


@JvmName(name = "listProgramManagementAccountsResponseProgramManagementAccountSummary")
fun Flow<ListProgramManagementAccountsResponse>.items(): Flow<ProgramManagementAccountSummary>

This paginator transforms the flow returned by listProgramManagementAccountsPaginated to access the nested member ProgramManagementAccountSummary

Return

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


@JvmName(name = "listRelationshipsResponseRelationshipSummary")
fun Flow<ListRelationshipsResponse>.items(): Flow<RelationshipSummary>

This paginator transforms the flow returned by listRelationshipsPaginated to access the nested member RelationshipSummary

Return

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