Uses of Class
com.amazonaws.services.kinesisfirehose.model.DestinationDescription
Packages that use DestinationDescription
-
Uses of DestinationDescription in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return DestinationDescriptionModifier and TypeMethodDescriptionDestinationDescription.clone()
DestinationDescription.withDestinationId
(String destinationId) The ID of the destination.DestinationDescription.withElasticsearchDestinationDescription
(ElasticsearchDestinationDescription elasticsearchDestinationDescription) The destination in Amazon ES.DestinationDescription.withRedshiftDestinationDescription
(RedshiftDestinationDescription redshiftDestinationDescription) The destination in Amazon Redshift.DestinationDescription.withS3DestinationDescription
(S3DestinationDescription s3DestinationDescription) The Amazon S3 destination.Methods in com.amazonaws.services.kinesisfirehose.model that return types with arguments of type DestinationDescriptionMethods in com.amazonaws.services.kinesisfirehose.model with parameters of type DestinationDescriptionModifier and TypeMethodDescriptionDeliveryStreamDescription.withDestinations
(DestinationDescription... destinations) The destinations.Method parameters in com.amazonaws.services.kinesisfirehose.model with type arguments of type DestinationDescriptionModifier and TypeMethodDescriptionvoid
DeliveryStreamDescription.setDestinations
(Collection<DestinationDescription> destinations) The destinations.DeliveryStreamDescription.withDestinations
(Collection<DestinationDescription> destinations) The destinations.