securityKeys

@JvmName(name = "listSecurityKeysResponseSecurityKey")
fun Flow<ListSecurityKeysResponse>.securityKeys(): Flow<SecurityKey>

This paginator transforms the flow returned by listSecurityKeysPaginated to access the nested member SecurityKey

Return

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