distributionTenantList

@JvmName(name = "listDistributionTenantsResponseDistributionTenantSummary")
fun Flow<ListDistributionTenantsResponse>.distributionTenantList(): Flow<DistributionTenantSummary>

This paginator transforms the flow returned by listDistributionTenantsPaginated to access the nested member DistributionTenantSummary

Return

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


@JvmName(name = "listDistributionTenantsByCustomizationResponseDistributionTenantSummary")
fun Flow<ListDistributionTenantsByCustomizationResponse>.distributionTenantList(): Flow<DistributionTenantSummary>

This paginator transforms the flow returned by listDistributionTenantsByCustomizationPaginated to access the nested member DistributionTenantSummary

Return

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