Uses of Class
software.amazon.awssdk.services.firehose.model.SourceDescription
-
Packages that use SourceDescription Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SourceDescription in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SourceDescription Modifier and Type Method Description SourceDescriptionDeliveryStreamDescription. source()If theDeliveryStreamTypeparameter isKinesisStreamAsSource, a SourceDescription object describing the source Kinesis data stream.Methods in software.amazon.awssdk.services.firehose.model with parameters of type SourceDescription Modifier and Type Method Description DeliveryStreamDescription.BuilderDeliveryStreamDescription.Builder. source(SourceDescription source)If theDeliveryStreamTypeparameter isKinesisStreamAsSource, a SourceDescription object describing the source Kinesis data stream.
-