certificateAuthorities

@JvmName(name = "listCertificateAuthoritiesResponseCertificateAuthority")
fun Flow<ListCertificateAuthoritiesResponse>.certificateAuthorities(): Flow<CertificateAuthority>

This paginator transforms the flow returned by listCertificateAuthoritiesPaginated to access the nested member CertificateAuthority

Return

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