Package-level declarations

Inherited functions

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "queryResponseRow")
fun Flow<QueryResponse>.rows(): Flow<Row>

This paginator transforms the flow returned by queryPaginated to access the nested member Row

Link copied to clipboard
@JvmName(name = "listScheduledQueriesResponseScheduledQuery")
fun Flow<ListScheduledQueriesResponse>.scheduledQueries(): Flow<ScheduledQuery>

This paginator transforms the flow returned by listScheduledQueriesPaginated to access the nested member ScheduledQuery

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

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