Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listDatabasesResponseDatabase")
fun Flow<ListDatabasesResponse>.databaseList(): Flow<Database>

This paginator transforms the flow returned by listDatabasesPaginated to access the nested member Database

Link copied to clipboard
@JvmName(name = "listDataCatalogsResponseDataCatalogSummary")
fun Flow<ListDataCatalogsResponse>.dataCatalogsSummary(): Flow<DataCatalogSummary>

This paginator transforms the flow returned by listDataCatalogsPaginated to access the nested member DataCatalogSummary

Link copied to clipboard
@JvmName(name = "listTableMetadataResponseTableMetadata")
fun Flow<ListTableMetadataResponse>.tableMetadataList(): Flow<TableMetadata>

This paginator transforms the flow returned by listTableMetadataPaginated to access the nested member TableMetadata

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