schemas

@JvmName(name = "listSchemasResponseSchemaListItem")
fun Flow<ListSchemasResponse>.schemas(): Flow<SchemaListItem>

This paginator transforms the flow returned by listSchemasPaginated to access the nested member SchemaListItem

Return

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


@JvmName(name = "listSchemaVersionsResponseSchemaVersionListItem")
fun Flow<ListSchemaVersionsResponse>.schemas(): Flow<SchemaVersionListItem>

This paginator transforms the flow returned by listSchemaVersionsPaginated to access the nested member SchemaVersionListItem

Return

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