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