Uses of Class
com.oracle.bmc.database.model.AutonomousDatabaseWallet.LifecycleState
-
Packages that use AutonomousDatabaseWallet.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of AutonomousDatabaseWallet.LifecycleState in com.oracle.bmc.database
-
Uses of AutonomousDatabaseWallet.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousDatabaseWallet.LifecycleState Modifier and Type Method Description static AutonomousDatabaseWallet.LifecycleState
AutonomousDatabaseWallet.LifecycleState. create(String key)
AutonomousDatabaseWallet.LifecycleState
AutonomousDatabaseWallet. getLifecycleState()
The current lifecycle state of the Autonomous Database wallet.static AutonomousDatabaseWallet.LifecycleState
AutonomousDatabaseWallet.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousDatabaseWallet.LifecycleState[]
AutonomousDatabaseWallet.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 AutonomousDatabaseWallet.LifecycleState Modifier and Type Method Description AutonomousDatabaseWallet.Builder
AutonomousDatabaseWallet.Builder. lifecycleState(AutonomousDatabaseWallet.LifecycleState lifecycleState)
The current lifecycle state of the Autonomous Database wallet.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousDatabaseWallet.LifecycleState Constructor Description AutonomousDatabaseWallet(AutonomousDatabaseWallet.LifecycleState lifecycleState, Date timeRotated)
Deprecated.
-