resourceIdentifiers

@JvmName(name = "listAggregateDiscoveredResourcesResponseAggregateResourceIdentifier")
fun Flow<ListAggregateDiscoveredResourcesResponse>.resourceIdentifiers(): Flow<AggregateResourceIdentifier>

This paginator transforms the flow returned by listAggregateDiscoveredResourcesPaginated to access the nested member AggregateResourceIdentifier

Return

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


@JvmName(name = "listDiscoveredResourcesResponseResourceIdentifier")
fun Flow<ListDiscoveredResourcesResponse>.resourceIdentifiers(): Flow<ResourceIdentifier>

This paginator transforms the flow returned by listDiscoveredResourcesPaginated to access the nested member ResourceIdentifier

Return

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