Uses of Class
com.amazonaws.services.kinesis.model.StreamStatus
-
Packages that use StreamStatus Package Description com.amazonaws.services.kinesis.model -
-
Uses of StreamStatus in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return StreamStatus Modifier and Type Method Description static StreamStatus
StreamStatus. fromValue(String value)
Use this in place of valueOf.static StreamStatus
StreamStatus. valueOf(String name)
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 StreamStatus Modifier and Type Method Description void
StreamDescription. setStreamStatus(StreamStatus streamStatus)
The current status of the stream being described.StreamDescription
StreamDescription. withStreamStatus(StreamStatus streamStatus)
The current status of the stream being described.
-