Uses of Class
software.amazon.awssdk.services.firehose.model.DatabaseTableList
-
Packages that use DatabaseTableList Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DatabaseTableList in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DatabaseTableList Modifier and Type Method Description DatabaseTableListDatabaseSourceConfiguration. tables()The list of table patterns in source database endpoint for Firehose to read from.DatabaseTableListDatabaseSourceDescription. tables()The list of table patterns in source database endpoint for Firehose to read from.Methods in software.amazon.awssdk.services.firehose.model with parameters of type DatabaseTableList Modifier and Type Method Description DatabaseSourceConfiguration.BuilderDatabaseSourceConfiguration.Builder. tables(DatabaseTableList tables)The list of table patterns in source database endpoint for Firehose to read from.DatabaseSourceDescription.BuilderDatabaseSourceDescription.Builder. tables(DatabaseTableList tables)The list of table patterns in source database endpoint for Firehose to read from.
-