Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetConnectHarnessRequest,GetConnectHarnessResponse> |
StreamAdminWaiters.forConnectHarness(GetConnectHarnessRequest request,
ConnectHarness.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetConnectHarnessRequest,GetConnectHarnessResponse> |
StreamAdminWaiters.forConnectHarness(GetConnectHarnessRequest request,
ConnectHarness.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetConnectHarnessRequest,GetConnectHarnessResponse> |
StreamAdminWaiters.forConnectHarness(GetConnectHarnessRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ConnectHarness.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ConnectHarness.Builder |
ConnectHarness.Builder.lifecycleState(ConnectHarness.LifecycleState lifecycleState)
The current state of the connect harness.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.