Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "lookupEventsResponseEvent")
fun Flow<LookupEventsResponse>.events(): Flow<Event>

This paginator transforms the flow returned by lookupEventsPaginated to access the nested member Event

Link copied to clipboard
@JvmName(name = "listImportFailuresResponseImportFailureListItem")
fun Flow<ListImportFailuresResponse>.failures(): Flow<ImportFailureListItem>

This paginator transforms the flow returned by listImportFailuresPaginated to access the nested member ImportFailureListItem

Link copied to clipboard
@JvmName(name = "listImportsResponseImportsListItem")
fun Flow<ListImportsResponse>.imports(): Flow<ImportsListItem>

This paginator transforms the flow returned by listImportsPaginated to access the nested member ImportsListItem

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listPublicKeysResponsePublicKey")
fun Flow<ListPublicKeysResponse>.publicKeyList(): Flow<PublicKey>

This paginator transforms the flow returned by listPublicKeysPaginated to access the nested member PublicKey

Link copied to clipboard
@JvmName(name = "listTagsResponseResourceTag")
fun Flow<ListTagsResponse>.resourceTagList(): Flow<ResourceTag>

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

Link copied to clipboard
@JvmName(name = "listTrailsResponseTrailInfo")
fun Flow<ListTrailsResponse>.trails(): Flow<TrailInfo>

This paginator transforms the flow returned by listTrailsPaginated to access the nested member TrailInfo