Uses of Class
com.amazonaws.services.kinesisfirehose.model.DeliveryStreamStatus
-
Packages that use DeliveryStreamStatus Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of DeliveryStreamStatus in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return DeliveryStreamStatus Modifier and Type Method Description static DeliveryStreamStatusDeliveryStreamStatus. fromValue(String value)Use this in place of valueOf.static DeliveryStreamStatusDeliveryStreamStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryStreamStatus[]DeliveryStreamStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type DeliveryStreamStatus Modifier and Type Method Description voidDeliveryStreamDescription. setDeliveryStreamStatus(DeliveryStreamStatus deliveryStreamStatus)The status of the delivery stream.DeliveryStreamDescriptionDeliveryStreamDescription. withDeliveryStreamStatus(DeliveryStreamStatus deliveryStreamStatus)The status of the delivery stream.
-