dataShares

@JvmName(name = "describeDataSharesResponseDataShare")
fun Flow<DescribeDataSharesResponse>.dataShares(): Flow<DataShare>

This paginator transforms the flow returned by describeDataSharesPaginated to access the nested member DataShare

Return

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


@JvmName(name = "describeDataSharesForConsumerResponseDataShare")
fun Flow<DescribeDataSharesForConsumerResponse>.dataShares(): Flow<DataShare>

This paginator transforms the flow returned by describeDataSharesForConsumerPaginated to access the nested member DataShare

Return

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


@JvmName(name = "describeDataSharesForProducerResponseDataShare")
fun Flow<DescribeDataSharesForProducerResponse>.dataShares(): Flow<DataShare>

This paginator transforms the flow returned by describeDataSharesForProducerPaginated to access the nested member DataShare

Return

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