Uses of Class
com.oracle.bmc.streaming.model.StreamSummary.LifecycleState
-
Packages that use StreamSummary.LifecycleState Package Description com.oracle.bmc.streaming.model -
-
Uses of StreamSummary.LifecycleState in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return StreamSummary.LifecycleState Modifier and Type Method Description static StreamSummary.LifecycleState
StreamSummary.LifecycleState. create(String key)
StreamSummary.LifecycleState
StreamSummary. getLifecycleState()
The current state of the stream.static StreamSummary.LifecycleState
StreamSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamSummary.LifecycleState[]
StreamSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.streaming.model with parameters of type StreamSummary.LifecycleState Modifier and Type Method Description StreamSummary.Builder
StreamSummary.Builder. lifecycleState(StreamSummary.LifecycleState lifecycleState)
The current state of the stream.Constructors in com.oracle.bmc.streaming.model with parameters of type StreamSummary.LifecycleState Constructor Description StreamSummary(String name, String id, Integer partitions, String compartmentId, String streamPoolId, StreamSummary.LifecycleState lifecycleState, Date timeCreated, String messagesEndpoint, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-