recoveryPoints

@JvmName(name = "listRecoveryPointsByBackupVaultResponseRecoveryPointByBackupVault")
fun Flow<ListRecoveryPointsByBackupVaultResponse>.recoveryPoints(): Flow<RecoveryPointByBackupVault>

This paginator transforms the flow returned by listRecoveryPointsByBackupVaultPaginated to access the nested member RecoveryPointByBackupVault

Return

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


@JvmName(name = "listRecoveryPointsByLegalHoldResponseRecoveryPointMember")
fun Flow<ListRecoveryPointsByLegalHoldResponse>.recoveryPoints(): Flow<RecoveryPointMember>

This paginator transforms the flow returned by listRecoveryPointsByLegalHoldPaginated to access the nested member RecoveryPointMember

Return

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


@JvmName(name = "listRecoveryPointsByResourceResponseRecoveryPointByResource")
fun Flow<ListRecoveryPointsByResourceResponse>.recoveryPoints(): Flow<RecoveryPointByResource>

This paginator transforms the flow returned by listRecoveryPointsByResourcePaginated to access the nested member RecoveryPointByResource

Return

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