Package-level declarations
Inherited functions
Link copied to clipboard
fun TimestreamQueryClient.listScheduledQueriesPaginated(initialRequest: ListScheduledQueriesRequest = ListScheduledQueriesRequest { }): Flow<ListScheduledQueriesResponse>
fun TimestreamQueryClient.listScheduledQueriesPaginated(block: ListScheduledQueriesRequest.Builder.() -> Unit): Flow<ListScheduledQueriesResponse>
Paginate over ListScheduledQueriesResponse results.
Link copied to clipboard
fun TimestreamQueryClient.listTagsForResourcePaginated(initialRequest: ListTagsForResourceRequest): Flow<ListTagsForResourceResponse>
fun TimestreamQueryClient.listTagsForResourcePaginated(block: ListTagsForResourceRequest.Builder.() -> Unit): Flow<ListTagsForResourceResponse>
Paginate over ListTagsForResourceResponse results.
Link copied to clipboard
fun TimestreamQueryClient.queryPaginated(block: QueryRequest.Builder.() -> Unit): Flow<QueryResponse>
Paginate over QueryResponse results.
Link copied to clipboard
This paginator transforms the flow returned by queryPaginated to access the nested member Row
Link copied to clipboard
This paginator transforms the flow returned by listScheduledQueriesPaginated to access the nested member ScheduledQuery
Link copied to clipboard
This paginator transforms the flow returned by listTagsForResourcePaginated to access the nested member Tag