Uses of Class
com.oracle.bmc.mysql.model.KeyGenerationType
-
Packages that use KeyGenerationType Package Description com.oracle.bmc.mysql.model -
-
Uses of KeyGenerationType in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return KeyGenerationType Modifier and Type Method Description static KeyGenerationTypeKeyGenerationType. create(String key)KeyGenerationTypeEncryptDataDetails. getKeyGenerationType()Select whether to use Oracle-managed key (SYSTEM) or your own key (BYOK).static KeyGenerationTypeKeyGenerationType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyGenerationType[]KeyGenerationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type KeyGenerationType Modifier and Type Method Description EncryptDataDetails.BuilderEncryptDataDetails.Builder. keyGenerationType(KeyGenerationType keyGenerationType)Select whether to use Oracle-managed key (SYSTEM) or your own key (BYOK).Constructors in com.oracle.bmc.mysql.model with parameters of type KeyGenerationType Constructor Description EncryptDataDetails(String keyId, KeyGenerationType keyGenerationType)Deprecated.
-