items

@JvmName(name = "listGroupsResponseGroupSummary")
fun Flow<ListGroupsResponse>.items(): Flow<GroupSummary>

This paginator transforms the flow returned by listGroupsPaginated to access the nested member GroupSummary

Return

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


@JvmName(name = "listPluginActionsResponseActionSummary")
fun Flow<ListPluginActionsResponse>.items(): Flow<ActionSummary>

This paginator transforms the flow returned by listPluginActionsPaginated to access the nested member ActionSummary

Return

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


@JvmName(name = "listPluginTypeActionsResponseActionSummary")
fun Flow<ListPluginTypeActionsResponse>.items(): Flow<ActionSummary>

This paginator transforms the flow returned by listPluginTypeActionsPaginated to access the nested member ActionSummary

Return

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


@JvmName(name = "listPluginTypeMetadataResponsePluginTypeMetadataSummary")
fun Flow<ListPluginTypeMetadataResponse>.items(): Flow<PluginTypeMetadataSummary>

This paginator transforms the flow returned by listPluginTypeMetadataPaginated to access the nested member PluginTypeMetadataSummary

Return

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