Uses of Interface
com.amazonaws.athena.connector.lambda.handlers.GlueMetadataHandler.TableFilter
-
Packages that use GlueMetadataHandler.TableFilter Package Description com.amazonaws.athena.connector.lambda.handlers -
-
Uses of GlueMetadataHandler.TableFilter in com.amazonaws.athena.connector.lambda.handlers
Methods in com.amazonaws.athena.connector.lambda.handlers with parameters of type GlueMetadataHandler.TableFilter Modifier and Type Method Description protected GetTableResponseGlueMetadataHandler. doGetTable(BlockAllocator blockAllocator, GetTableRequest request, GlueMetadataHandler.TableFilter filter)Attempts to retrieve a Table (columns and properties) from AWS Glue for the request schema (aka database) and table name with no filtering.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).
-