recoveryPoints

@JvmName(name = "listRecoveryPointsResponseRecoveryPoint")
fun Flow<ListRecoveryPointsResponse>.recoveryPoints(): Flow<RecoveryPoint>

This paginator transforms the flow returned by listRecoveryPointsPaginated to access the nested member RecoveryPoint

Return

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