Uses of Class
com.oracle.bmc.databasetoolsruntime.model.DatabaseToolsConnection.LifecycleState
-
Packages that use DatabaseToolsConnection.LifecycleState Package Description com.oracle.bmc.databasetoolsruntime.model -
-
Uses of DatabaseToolsConnection.LifecycleState in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return DatabaseToolsConnection.LifecycleState Modifier and Type Method Description static DatabaseToolsConnection.LifecycleStateDatabaseToolsConnection.LifecycleState. create(String key)DatabaseToolsConnection.LifecycleStateDatabaseToolsConnection. getLifecycleState()The current state of the Database Tools connection.static DatabaseToolsConnection.LifecycleStateDatabaseToolsConnection.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseToolsConnection.LifecycleState[]DatabaseToolsConnection.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasetoolsruntime.model with parameters of type DatabaseToolsConnection.LifecycleState Modifier and Type Method Description DatabaseToolsConnection.BuilderDatabaseToolsConnection.Builder. lifecycleState(DatabaseToolsConnection.LifecycleState lifecycleState)The current state of the Database Tools connection.Constructors in com.oracle.bmc.databasetoolsruntime.model with parameters of type DatabaseToolsConnection.LifecycleState Constructor Description DatabaseToolsConnection(String id, String displayName, String compartmentId, DatabaseToolsConnection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, ConnectionType type)Deprecated.
-