quotas

@JvmName(name = "listAwsDefaultServiceQuotasResponseServiceQuota")
fun Flow<ListAwsDefaultServiceQuotasResponse>.quotas(): Flow<ServiceQuota>

This paginator transforms the flow returned by listAwsDefaultServiceQuotasPaginated to access the nested member ServiceQuota

Return

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


@JvmName(name = "listServiceQuotasResponseServiceQuota")
fun Flow<ListServiceQuotasResponse>.quotas(): Flow<ServiceQuota>

This paginator transforms the flow returned by listServiceQuotasPaginated to access the nested member ServiceQuota

Return

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