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