Uses of Class
software.amazon.awssdk.services.firehose.model.DestinationDescription
-
Packages that use DestinationDescription Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DestinationDescription in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type DestinationDescription Modifier and Type Method Description List<DestinationDescription>DeliveryStreamDescription. destinations()The destinations.Methods in software.amazon.awssdk.services.firehose.model with parameters of type DestinationDescription Modifier and Type Method Description DeliveryStreamDescription.BuilderDeliveryStreamDescription.Builder. destinations(DestinationDescription... destinations)The destinations.Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type DestinationDescription Modifier and Type Method Description DeliveryStreamDescription.BuilderDeliveryStreamDescription.Builder. destinations(Collection<DestinationDescription> destinations)The destinations.
-