Uses of Class
com.oracle.bmc.database.model.AutonomousDatabaseInBackup.LifecycleState
-
Packages that use AutonomousDatabaseInBackup.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of AutonomousDatabaseInBackup.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousDatabaseInBackup.LifecycleState Modifier and Type Method Description static AutonomousDatabaseInBackup.LifecycleStateAutonomousDatabaseInBackup.LifecycleState. create(String key)AutonomousDatabaseInBackup.LifecycleStateAutonomousDatabaseInBackup. getLifecycleState()The current state of the Autonomous AI Database.static AutonomousDatabaseInBackup.LifecycleStateAutonomousDatabaseInBackup.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static AutonomousDatabaseInBackup.LifecycleState[]AutonomousDatabaseInBackup.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type AutonomousDatabaseInBackup.LifecycleState Modifier and Type Method Description AutonomousDatabaseInBackup.BuilderAutonomousDatabaseInBackup.Builder. lifecycleState(AutonomousDatabaseInBackup.LifecycleState lifecycleState)The current state of the Autonomous AI Database.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousDatabaseInBackup.LifecycleState Constructor Description AutonomousDatabaseInBackup(String compartmentId, String displayName, AutonomousDatabaseInBackup.LifecycleState lifecycleState)Deprecated.
-