Uses of Class
com.oracle.bmc.sch.model.ConnectorPluginLifecycleState
-
Packages that use ConnectorPluginLifecycleState Package Description com.oracle.bmc.sch com.oracle.bmc.sch.model -
-
Uses of ConnectorPluginLifecycleState in com.oracle.bmc.sch
Methods in com.oracle.bmc.sch with parameters of type ConnectorPluginLifecycleState Modifier and Type Method Description Waiter<GetConnectorPluginRequest,GetConnectorPluginResponse>
ConnectorPluginsWaiters. forConnectorPlugin(GetConnectorPluginRequest request, ConnectorPluginLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConnectorPluginRequest,GetConnectorPluginResponse>
ConnectorPluginsWaiters. forConnectorPlugin(GetConnectorPluginRequest request, ConnectorPluginLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConnectorPluginRequest,GetConnectorPluginResponse>
ConnectorPluginsWaiters. forConnectorPlugin(GetConnectorPluginRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ConnectorPluginLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ConnectorPluginLifecycleState in com.oracle.bmc.sch.model
Methods in com.oracle.bmc.sch.model that return ConnectorPluginLifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.sch.model with parameters of type ConnectorPluginLifecycleState Modifier and Type Method Description SourceConnectorPlugin.Builder
SourceConnectorPlugin.Builder. lifecycleState(ConnectorPluginLifecycleState lifecycleState)
SourceConnectorPluginSummary.Builder
SourceConnectorPluginSummary.Builder. lifecycleState(ConnectorPluginLifecycleState lifecycleState)
TargetConnectorPlugin.Builder
TargetConnectorPlugin.Builder. lifecycleState(ConnectorPluginLifecycleState lifecycleState)
TargetConnectorPluginSummary.Builder
TargetConnectorPluginSummary.Builder. lifecycleState(ConnectorPluginLifecycleState lifecycleState)
Constructors in com.oracle.bmc.sch.model with parameters of type ConnectorPluginLifecycleState Constructor 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.
-