Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listCrlsResponseCrlDetail")
fun Flow<ListCrlsResponse>.crls(): Flow<CrlDetail>

This paginator transforms the flow returned by listCrlsPaginated to access the nested member CrlDetail

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listProfilesResponseProfileDetail")
fun Flow<ListProfilesResponse>.profiles(): Flow<ProfileDetail>

This paginator transforms the flow returned by listProfilesPaginated to access the nested member ProfileDetail

Link copied to clipboard
@JvmName(name = "listSubjectsResponseSubjectSummary")
fun Flow<ListSubjectsResponse>.subjects(): Flow<SubjectSummary>

This paginator transforms the flow returned by listSubjectsPaginated to access the nested member SubjectSummary

Link copied to clipboard
@JvmName(name = "listTrustAnchorsResponseTrustAnchorDetail")
fun Flow<ListTrustAnchorsResponse>.trustAnchors(): Flow<TrustAnchorDetail>

This paginator transforms the flow returned by listTrustAnchorsPaginated to access the nested member TrustAnchorDetail