Uses of Enum
com.amazonaws.services.kinesisfirehose.model.DeliveryStreamStatus
Packages that use DeliveryStreamStatus
-
Uses of DeliveryStreamStatus in com.amazonaws.services.kinesisfirehose.model
Subclasses with type arguments of type DeliveryStreamStatus in com.amazonaws.services.kinesisfirehose.modelMethods in com.amazonaws.services.kinesisfirehose.model that return DeliveryStreamStatusModifier and TypeMethodDescriptionstatic DeliveryStreamStatusUse this in place of valueOf.static DeliveryStreamStatusReturns 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 DeliveryStreamStatusModifier and TypeMethodDescriptionvoidDeliveryStreamDescription.setDeliveryStreamStatus(DeliveryStreamStatus deliveryStreamStatus) The status of the delivery stream.DeliveryStreamDescription.withDeliveryStreamStatus(DeliveryStreamStatus deliveryStreamStatus) The status of the delivery stream.