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 DestinationDescriptionDestinationDescription. clone()DestinationDescriptionDestinationDescription. withDestinationId(String destinationId)The ID of the destination.DestinationDescriptionDestinationDescription. withElasticsearchDestinationDescription(ElasticsearchDestinationDescription elasticsearchDestinationDescription)The destination in Amazon ES.DestinationDescriptionDestinationDescription. withRedshiftDestinationDescription(RedshiftDestinationDescription redshiftDestinationDescription)The destination in Amazon Redshift.DestinationDescriptionDestinationDescription. 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 DeliveryStreamDescriptionDeliveryStreamDescription. withDestinations(DestinationDescription... destinations)The destinations.Method parameters in com.amazonaws.services.kinesisfirehose.model with type arguments of type DestinationDescription Modifier and Type Method Description voidDeliveryStreamDescription. setDestinations(Collection<DestinationDescription> destinations)The destinations.DeliveryStreamDescriptionDeliveryStreamDescription. withDestinations(Collection<DestinationDescription> destinations)The destinations.
-