entities

@JvmName(name = "describeAffectedEntitiesResponseAffectedEntity")
fun Flow<DescribeAffectedEntitiesResponse>.entities(): Flow<AffectedEntity>

This paginator transforms the flow returned by describeAffectedEntitiesPaginated to access the nested member AffectedEntity

Return

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


@JvmName(name = "describeAffectedEntitiesForOrganizationResponseAffectedEntity")
fun Flow<DescribeAffectedEntitiesForOrganizationResponse>.entities(): Flow<AffectedEntity>

This paginator transforms the flow returned by describeAffectedEntitiesForOrganizationPaginated to access the nested member AffectedEntity

Return

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