readinessChecks

@JvmName(name = "getCellReadinessSummaryResponseReadinessCheckSummary")
fun Flow<GetCellReadinessSummaryResponse>.readinessChecks(): Flow<ReadinessCheckSummary>

This paginator transforms the flow returned by getCellReadinessSummaryPaginated to access the nested member ReadinessCheckSummary

Return

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


@JvmName(name = "getRecoveryGroupReadinessSummaryResponseReadinessCheckSummary")
fun Flow<GetRecoveryGroupReadinessSummaryResponse>.readinessChecks(): Flow<ReadinessCheckSummary>

This paginator transforms the flow returned by getRecoveryGroupReadinessSummaryPaginated to access the nested member ReadinessCheckSummary

Return

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


@JvmName(name = "listReadinessChecksResponseReadinessCheckOutput")
fun Flow<ListReadinessChecksResponse>.readinessChecks(): Flow<ReadinessCheckOutput>

This paginator transforms the flow returned by listReadinessChecksPaginated to access the nested member ReadinessCheckOutput

Return

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