Uses of Class
software.amazon.awssdk.services.firehose.model.DatabaseSourceAuthenticationConfiguration
-
Packages that use DatabaseSourceAuthenticationConfiguration Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DatabaseSourceAuthenticationConfiguration in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DatabaseSourceAuthenticationConfiguration Modifier and Type Method Description DatabaseSourceAuthenticationConfigurationDatabaseSourceConfiguration. databaseSourceAuthenticationConfiguration()The structure to configure the authentication methods for Firehose to connect to source database endpoint.DatabaseSourceAuthenticationConfigurationDatabaseSourceDescription. databaseSourceAuthenticationConfiguration()The structure to configure the authentication methods for Firehose to connect to source database endpoint.Methods in software.amazon.awssdk.services.firehose.model with parameters of type DatabaseSourceAuthenticationConfiguration Modifier and Type Method Description DatabaseSourceConfiguration.BuilderDatabaseSourceConfiguration.Builder. databaseSourceAuthenticationConfiguration(DatabaseSourceAuthenticationConfiguration databaseSourceAuthenticationConfiguration)The structure to configure the authentication methods for Firehose to connect to source database endpoint.DatabaseSourceDescription.BuilderDatabaseSourceDescription.Builder. databaseSourceAuthenticationConfiguration(DatabaseSourceAuthenticationConfiguration databaseSourceAuthenticationConfiguration)The structure to configure the authentication methods for Firehose to connect to source database endpoint.
-