Uses of Class
com.oracle.bmc.database.model.KeyStoreSummary.LifecycleState
-
Packages that use KeyStoreSummary.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of KeyStoreSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return KeyStoreSummary.LifecycleState Modifier and Type Method Description static KeyStoreSummary.LifecycleState
KeyStoreSummary.LifecycleState. create(String key)
KeyStoreSummary.LifecycleState
KeyStoreSummary. getLifecycleState()
The current state of the key store.static KeyStoreSummary.LifecycleState
KeyStoreSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyStoreSummary.LifecycleState[]
KeyStoreSummary.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 KeyStoreSummary.LifecycleState Modifier and Type Method Description KeyStoreSummary.Builder
KeyStoreSummary.Builder. lifecycleState(KeyStoreSummary.LifecycleState lifecycleState)
The current state of the key store.Constructors in com.oracle.bmc.database.model with parameters of type KeyStoreSummary.LifecycleState Constructor Description KeyStoreSummary(String id, String compartmentId, String displayName, Date timeCreated, KeyStoreSummary.LifecycleState lifecycleState, String lifecycleDetails, KeyStoreTypeDetails typeDetails, List<KeyStoreAssociatedDatabaseDetails> associatedDatabases, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-