backupAccessPoints

@JvmName(name = "listBackupAccessPointsResponseListAccessPointsMember")
fun Flow<ListBackupAccessPointsResponse>.backupAccessPoints(): Flow<ListAccessPointsMember>

This paginator transforms the flow returned by listBackupAccessPointsPaginated to access the nested member ListAccessPointsMember

Return

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


@JvmName(name = "listBackupAccessPointsByRecoveryPointResponseListAccessPointsMember")
fun Flow<ListBackupAccessPointsByRecoveryPointResponse>.backupAccessPoints(): Flow<ListAccessPointsMember>

This paginator transforms the flow returned by listBackupAccessPointsByRecoveryPointPaginated to access the nested member ListAccessPointsMember

Return

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


@JvmName(name = "listBackupAccessPointsByResourceResponseListAccessPointsMember")
fun Flow<ListBackupAccessPointsByResourceResponse>.backupAccessPoints(): Flow<ListAccessPointsMember>

This paginator transforms the flow returned by listBackupAccessPointsByResourcePaginated to access the nested member ListAccessPointsMember

Return

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