certificates

@JvmName(name = "listCaCertificatesResponseCaCertificate")
fun Flow<ListCaCertificatesResponse>.certificates(): Flow<CaCertificate>

This paginator transforms the flow returned by listCaCertificatesPaginated to access the nested member CaCertificate

Return

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


@JvmName(name = "listCertificatesResponseCertificate")
fun Flow<ListCertificatesResponse>.certificates(): Flow<Certificate>

This paginator transforms the flow returned by listCertificatesPaginated to access the nested member Certificate

Return

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


@JvmName(name = "listCertificatesByCaResponseCertificate")
fun Flow<ListCertificatesByCaResponse>.certificates(): Flow<Certificate>

This paginator transforms the flow returned by listCertificatesByCaPaginated to access the nested member Certificate

Return

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