Uses of Class
com.amazonaws.athena.connector.lambda.metadata.ListTablesResponse
-
Packages that use ListTablesResponse Package Description com.amazonaws.athena.connector.lambda.handlers -
-
Uses of ListTablesResponse in com.amazonaws.athena.connector.lambda.handlers
Methods in com.amazonaws.athena.connector.lambda.handlers that return ListTablesResponse Modifier and Type Method Description ListTablesResponseGlueMetadataHandler. doListTables(BlockAllocator blockAllocator, ListTablesRequest request)Returns an unfiltered list of tables from AWS Glue DataCatalog for the requested schema (aka database)protected ListTablesResponseGlueMetadataHandler. doListTables(BlockAllocator blockAllocator, ListTablesRequest request, GlueMetadataHandler.TableFilter filter)Returns a paginated list of tables from AWS Glue DataCatalog with optional filtering for the requested schema (aka database).abstract ListTablesResponseMetadataHandler. doListTables(BlockAllocator allocator, ListTablesRequest request)Used to get the list of tables that this source contains.
-