results

@JvmName(name = "listProtectedResourcesResponseProtectedResource")
fun Flow<ListProtectedResourcesResponse>.results(): Flow<ProtectedResource>

This paginator transforms the flow returned by listProtectedResourcesPaginated to access the nested member ProtectedResource

Return

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


@JvmName(name = "listProtectedResourcesByBackupVaultResponseProtectedResource")
fun Flow<ListProtectedResourcesByBackupVaultResponse>.results(): Flow<ProtectedResource>

This paginator transforms the flow returned by listProtectedResourcesByBackupVaultPaginated to access the nested member ProtectedResource

Return

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