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