Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listExecutionsResponseExecutionReference")
fun Flow<ListExecutionsResponse>.executions(): Flow<ExecutionReference>

This paginator transforms the flow returned by listExecutionsPaginated to access the nested member ExecutionReference

Link copied to clipboard
@JvmName(name = "listExportsResponseExportReference")
fun Flow<ListExportsResponse>.exports(): Flow<ExportReference>

This paginator transforms the flow returned by listExportsPaginated to access the nested member ExportReference

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listTablesResponseTable")
fun Flow<ListTablesResponse>.tables(): Flow<Table>

This paginator transforms the flow returned by listTablesPaginated to access the nested member Table