requestedQuotas

@JvmName(name = "listRequestedServiceQuotaChangeHistoryResponseRequestedServiceQuotaChange")
fun Flow<ListRequestedServiceQuotaChangeHistoryResponse>.requestedQuotas(): Flow<RequestedServiceQuotaChange>

This paginator transforms the flow returned by listRequestedServiceQuotaChangeHistoryPaginated to access the nested member RequestedServiceQuotaChange

Return

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


@JvmName(name = "listRequestedServiceQuotaChangeHistoryByQuotaResponseRequestedServiceQuotaChange")
fun Flow<ListRequestedServiceQuotaChangeHistoryByQuotaResponse>.requestedQuotas(): Flow<RequestedServiceQuotaChange>

This paginator transforms the flow returned by listRequestedServiceQuotaChangeHistoryByQuotaPaginated to access the nested member RequestedServiceQuotaChange

Return

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