Package-level declarations
Inherited functions
Link copied to clipboard
fun S3TablesClient.listNamespacesPaginated(initialRequest: ListNamespacesRequest): Flow<ListNamespacesResponse>
fun S3TablesClient.listNamespacesPaginated(block: ListNamespacesRequest.Builder.() -> Unit): Flow<ListNamespacesResponse>
Paginate over ListNamespacesResponse results.
Link copied to clipboard
fun S3TablesClient.listTableBucketsPaginated(initialRequest: ListTableBucketsRequest = ListTableBucketsRequest { }): Flow<ListTableBucketsResponse>
fun S3TablesClient.listTableBucketsPaginated(block: ListTableBucketsRequest.Builder.() -> Unit): Flow<ListTableBucketsResponse>
Paginate over ListTableBucketsResponse results.
Link copied to clipboard
fun S3TablesClient.listTablesPaginated(block: ListTablesRequest.Builder.() -> Unit): Flow<ListTablesResponse>
Paginate over ListTablesResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listNamespacesPaginated to access the nested member NamespaceSummary
Link copied to clipboard
This paginator transforms the flow returned by listTableBucketsPaginated to access the nested member TableBucketSummary
Link copied to clipboard
This paginator transforms the flow returned by listTablesPaginated to access the nested member TableSummary