Uses of Class
software.amazon.awssdk.services.firehose.model.DatabaseSourceVPCConfiguration
-
Packages that use DatabaseSourceVPCConfiguration Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DatabaseSourceVPCConfiguration in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DatabaseSourceVPCConfiguration Modifier and Type Method Description DatabaseSourceVPCConfigurationDatabaseSourceConfiguration. databaseSourceVPCConfiguration()The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.DatabaseSourceVPCConfigurationDatabaseSourceDescription. databaseSourceVPCConfiguration()The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.Methods in software.amazon.awssdk.services.firehose.model with parameters of type DatabaseSourceVPCConfiguration Modifier and Type Method Description DatabaseSourceConfiguration.BuilderDatabaseSourceConfiguration.Builder. databaseSourceVPCConfiguration(DatabaseSourceVPCConfiguration databaseSourceVPCConfiguration)The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.DatabaseSourceDescription.BuilderDatabaseSourceDescription.Builder. databaseSourceVPCConfiguration(DatabaseSourceVPCConfiguration databaseSourceVPCConfiguration)The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.
-