Uses of Class
com.oracle.bmc.streaming.model.StreamPoolSummary.LifecycleState
-
Packages that use StreamPoolSummary.LifecycleState Package Description com.oracle.bmc.streaming.model com.oracle.bmc.streaming.requests -
-
Uses of StreamPoolSummary.LifecycleState in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return StreamPoolSummary.LifecycleState Modifier and Type Method Description static StreamPoolSummary.LifecycleState
StreamPoolSummary.LifecycleState. create(String key)
StreamPoolSummary.LifecycleState
StreamPoolSummary. getLifecycleState()
The current state of the stream pool.static StreamPoolSummary.LifecycleState
StreamPoolSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamPoolSummary.LifecycleState[]
StreamPoolSummary.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 StreamPoolSummary.LifecycleState Modifier and Type Method Description StreamPoolSummary.Builder
StreamPoolSummary.Builder. lifecycleState(StreamPoolSummary.LifecycleState lifecycleState)
The current state of the stream pool.Constructors in com.oracle.bmc.streaming.model with parameters of type StreamPoolSummary.LifecycleState Constructor Description StreamPoolSummary(String id, String compartmentId, String name, StreamPoolSummary.LifecycleState lifecycleState, Date timeCreated, Boolean isPrivate, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of StreamPoolSummary.LifecycleState in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return StreamPoolSummary.LifecycleState Modifier and Type Method Description StreamPoolSummary.LifecycleState
ListStreamPoolsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.streaming.requests with parameters of type StreamPoolSummary.LifecycleState Modifier and Type Method Description ListStreamPoolsRequest.Builder
ListStreamPoolsRequest.Builder. lifecycleState(StreamPoolSummary.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-