Uses of Class
com.amazonaws.services.kinesisfirehose.model.DeliveryStreamDescription
Packages that use DeliveryStreamDescription
-
Uses of DeliveryStreamDescription in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return DeliveryStreamDescriptionModifier and TypeMethodDescriptionDeliveryStreamDescription.clone()
DescribeDeliveryStreamResult.getDeliveryStreamDescription()
Information about the delivery stream.DeliveryStreamDescription.withCreateTimestamp
(Date createTimestamp) The date and time that the delivery stream was created.DeliveryStreamDescription.withDeliveryStreamARN
(String deliveryStreamARN) The Amazon Resource Name (ARN) of the delivery stream.DeliveryStreamDescription.withDeliveryStreamName
(String deliveryStreamName) The name of the delivery stream.DeliveryStreamDescription.withDeliveryStreamStatus
(DeliveryStreamStatus deliveryStreamStatus) The status of the delivery stream.DeliveryStreamDescription.withDeliveryStreamStatus
(String deliveryStreamStatus) The status of the delivery stream.DeliveryStreamDescription.withDestinations
(DestinationDescription... destinations) The destinations.DeliveryStreamDescription.withDestinations
(Collection<DestinationDescription> destinations) The destinations.DeliveryStreamDescription.withHasMoreDestinations
(Boolean hasMoreDestinations) Indicates whether there are more destinations available to list.DeliveryStreamDescription.withLastUpdateTimestamp
(Date lastUpdateTimestamp) The date and time that the delivery stream was last updated.DeliveryStreamDescription.withVersionId
(String versionId) Used when calling the UpdateDestination operation.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type DeliveryStreamDescriptionModifier and TypeMethodDescriptionvoid
DescribeDeliveryStreamResult.setDeliveryStreamDescription
(DeliveryStreamDescription deliveryStreamDescription) Information about the delivery stream.DescribeDeliveryStreamResult.withDeliveryStreamDescription
(DeliveryStreamDescription deliveryStreamDescription) Information about the delivery stream.