Uses of Class
com.oracle.bmc.database.model.KeyStoreTypeDetails.Type
-
Packages that use KeyStoreTypeDetails.Type Package Description com.oracle.bmc.database.model -
-
Uses of KeyStoreTypeDetails.Type in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return KeyStoreTypeDetails.Type Modifier and Type Method Description static KeyStoreTypeDetails.Type
KeyStoreTypeDetails.Type. create(String key)
static KeyStoreTypeDetails.Type
KeyStoreTypeDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyStoreTypeDetails.Type[]
KeyStoreTypeDetails.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-