Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listExecutionsPaginated to access the nested member ExecutionReference
Link copied to clipboard
This paginator transforms the flow returned by listExportsPaginated to access the nested member ExportReference
Link copied to clipboard
fun BcmDataExportsClient.listExecutionsPaginated(initialRequest: ListExecutionsRequest): Flow<ListExecutionsResponse>
fun BcmDataExportsClient.listExecutionsPaginated(block: ListExecutionsRequest.Builder.() -> Unit): Flow<ListExecutionsResponse>
Paginate over ListExecutionsResponse results.
Link copied to clipboard
fun BcmDataExportsClient.listExportsPaginated(initialRequest: ListExportsRequest = ListExportsRequest { }): Flow<ListExportsResponse>
fun BcmDataExportsClient.listExportsPaginated(block: ListExportsRequest.Builder.() -> Unit): Flow<ListExportsResponse>
Paginate over ListExportsResponse results.
Link copied to clipboard
fun BcmDataExportsClient.listTablesPaginated(initialRequest: ListTablesRequest = ListTablesRequest { }): Flow<ListTablesResponse>
fun BcmDataExportsClient.listTablesPaginated(block: ListTablesRequest.Builder.() -> Unit): Flow<ListTablesResponse>
Paginate over ListTablesResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listTablesPaginated to access the nested member Table