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 DeliveryStreamStatus
DeliveryStreamStatus. fromValue(String value)
Use this in place of valueOf.static DeliveryStreamStatus
DeliveryStreamStatus. 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 void
DeliveryStreamDescription. setDeliveryStreamStatus(DeliveryStreamStatus deliveryStreamStatus)
The status of the delivery stream.DeliveryStreamDescription
DeliveryStreamDescription. withDeliveryStreamStatus(DeliveryStreamStatus deliveryStreamStatus)
The status of the delivery stream.
-