results

@JvmName(name = "getEstimatedCarbonEmissionsResponseEstimatedCarbonEmissions")
fun Flow<GetEstimatedCarbonEmissionsResponse>.results(): Flow<EstimatedCarbonEmissions>

This paginator transforms the flow returned by getEstimatedCarbonEmissionsPaginated to access the nested member EstimatedCarbonEmissions

Return

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


@JvmName(name = "getEstimatedCarbonEmissionsDimensionValuesResponseDimensionEntry")
fun Flow<GetEstimatedCarbonEmissionsDimensionValuesResponse>.results(): Flow<DimensionEntry>

This paginator transforms the flow returned by getEstimatedCarbonEmissionsDimensionValuesPaginated to access the nested member DimensionEntry

Return

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