Uses of Class
software.amazon.awssdk.services.firehose.model.DatabaseSnapshotInfo
-
Packages that use DatabaseSnapshotInfo Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DatabaseSnapshotInfo in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type DatabaseSnapshotInfo Modifier and Type Method Description List<DatabaseSnapshotInfo>DatabaseSourceDescription. snapshotInfo()The structure that describes the snapshot information of a table in source database endpoint that Firehose reads.Methods in software.amazon.awssdk.services.firehose.model with parameters of type DatabaseSnapshotInfo Modifier and Type Method Description DatabaseSourceDescription.BuilderDatabaseSourceDescription.Builder. snapshotInfo(DatabaseSnapshotInfo... snapshotInfo)The structure that describes the snapshot information of a table in source database endpoint that Firehose reads.Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type DatabaseSnapshotInfo Modifier and Type Method Description DatabaseSourceDescription.BuilderDatabaseSourceDescription.Builder. snapshotInfo(Collection<DatabaseSnapshotInfo> snapshotInfo)The structure that describes the snapshot information of a table in source database endpoint that Firehose reads.
-