Uses of Enum
com.amazonaws.services.kinesis.model.StreamStatus
Packages that use StreamStatus
-
Uses of StreamStatus in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return StreamStatusModifier and TypeMethodDescriptionstatic StreamStatus
Use this in place of valueOf.static StreamStatus
Returns the enum constant of this type with the specified name.static StreamStatus[]
StreamStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kinesis.model with parameters of type StreamStatusModifier and TypeMethodDescriptionvoid
StreamDescription.setStreamStatus
(StreamStatus streamStatus) The current status of the stream being described.StreamDescription.withStreamStatus
(StreamStatus streamStatus) The current status of the stream being described.