actions

@JvmName(name = "describeBudgetActionsForAccountResponseAction")
fun Flow<DescribeBudgetActionsForAccountResponse>.actions(): Flow<Action>

This paginator transforms the flow returned by describeBudgetActionsForAccountPaginated to access the nested member Action

Return

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


@JvmName(name = "describeBudgetActionsForBudgetResponseAction")
fun Flow<DescribeBudgetActionsForBudgetResponse>.actions(): Flow<Action>

This paginator transforms the flow returned by describeBudgetActionsForBudgetPaginated to access the nested member Action

Return

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