Package-level declarations

Functions

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

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

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listPermissionsResponsePermission")
fun Flow<ListPermissionsResponse>.permissions(): Flow<Permission>

This paginator transforms the flow returned by listPermissionsPaginated to access the nested member Permission

Link copied to clipboard
@JvmName(name = "listTagsResponseTag")
fun Flow<ListTagsResponse>.tags(): Flow<Tag>

This paginator transforms the flow returned by listTagsPaginated to access the nested member Tag