Uses of Class
com.oracle.bmc.streaming.model.ConnectHarness.LifecycleState
-
Packages that use ConnectHarness.LifecycleState Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.model -
-
Uses of ConnectHarness.LifecycleState in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type ConnectHarness.LifecycleState Modifier and Type Method Description Waiter<GetConnectHarnessRequest,GetConnectHarnessResponse>
StreamAdminWaiters. forConnectHarness(GetConnectHarnessRequest request, ConnectHarness.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConnectHarnessRequest,GetConnectHarnessResponse>
StreamAdminWaiters. forConnectHarness(GetConnectHarnessRequest request, ConnectHarness.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConnectHarnessRequest,GetConnectHarnessResponse>
StreamAdminWaiters. forConnectHarness(GetConnectHarnessRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ConnectHarness.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ConnectHarness.LifecycleState in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return ConnectHarness.LifecycleState Modifier and Type Method Description static ConnectHarness.LifecycleState
ConnectHarness.LifecycleState. create(String key)
ConnectHarness.LifecycleState
ConnectHarness. getLifecycleState()
The current state of the connect harness.static ConnectHarness.LifecycleState
ConnectHarness.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectHarness.LifecycleState[]
ConnectHarness.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 ConnectHarness.LifecycleState Modifier and Type Method Description ConnectHarness.Builder
ConnectHarness.Builder. lifecycleState(ConnectHarness.LifecycleState lifecycleState)
The current state of the connect harness.Constructors in com.oracle.bmc.streaming.model with parameters of type ConnectHarness.LifecycleState Constructor Description ConnectHarness(String name, String id, String compartmentId, ConnectHarness.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-