Package | Description |
---|---|
com.oracle.bmc.sch | |
com.oracle.bmc.sch.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetConnectorPluginRequest,GetConnectorPluginResponse> |
ConnectorPluginsWaiters.forConnectorPlugin(GetConnectorPluginRequest request,
ConnectorPluginLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetConnectorPluginRequest,GetConnectorPluginResponse> |
ConnectorPluginsWaiters.forConnectorPlugin(GetConnectorPluginRequest request,
ConnectorPluginLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetConnectorPluginRequest,GetConnectorPluginResponse> |
ConnectorPluginsWaiters.forConnectorPlugin(GetConnectorPluginRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ConnectorPluginLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ConnectorPluginLifecycleState |
ConnectorPluginLifecycleState.create(String key) |
ConnectorPluginLifecycleState |
ConnectorPlugin.getLifecycleState()
The current state of the service connector.
|
ConnectorPluginLifecycleState |
ConnectorPluginSummary.getLifecycleState()
The current state of the service connector.
|
static ConnectorPluginLifecycleState |
ConnectorPluginLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorPluginLifecycleState[] |
ConnectorPluginLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SourceConnectorPluginSummary.Builder |
SourceConnectorPluginSummary.Builder.lifecycleState(ConnectorPluginLifecycleState lifecycleState) |
TargetConnectorPluginSummary.Builder |
TargetConnectorPluginSummary.Builder.lifecycleState(ConnectorPluginLifecycleState lifecycleState) |
TargetConnectorPlugin.Builder |
TargetConnectorPlugin.Builder.lifecycleState(ConnectorPluginLifecycleState lifecycleState) |
SourceConnectorPlugin.Builder |
SourceConnectorPlugin.Builder.lifecycleState(ConnectorPluginLifecycleState lifecycleState) |
Constructor and Description |
---|
ConnectorPlugin(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName,
String schema)
Deprecated.
|
ConnectorPluginSummary(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName)
Deprecated.
|
SourceConnectorPlugin(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName,
String schema,
String maxRetention)
Deprecated.
|
SourceConnectorPluginSummary(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName,
String maxRetention)
Deprecated.
|
TargetConnectorPlugin(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName,
String schema)
Deprecated.
|
TargetConnectorPluginSummary(String name,
Date timeCreated,
EstimatedThroughput estimatedThroughput,
ConnectorPluginLifecycleState lifecycleState,
String displayName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.