Uses of Class
com.oracle.bmc.database.model.GenerateAutonomousDatabaseWalletDetails.GenerateType
-
Packages that use GenerateAutonomousDatabaseWalletDetails.GenerateType Package Description com.oracle.bmc.database.model -
-
Uses of GenerateAutonomousDatabaseWalletDetails.GenerateType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return GenerateAutonomousDatabaseWalletDetails.GenerateType Modifier and Type Method Description static GenerateAutonomousDatabaseWalletDetails.GenerateType
GenerateAutonomousDatabaseWalletDetails.GenerateType. create(String key)
GenerateAutonomousDatabaseWalletDetails.GenerateType
GenerateAutonomousDatabaseWalletDetails. getGenerateType()
The type of wallet to generate.static GenerateAutonomousDatabaseWalletDetails.GenerateType
GenerateAutonomousDatabaseWalletDetails.GenerateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GenerateAutonomousDatabaseWalletDetails.GenerateType[]
GenerateAutonomousDatabaseWalletDetails.GenerateType. 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 GenerateAutonomousDatabaseWalletDetails.GenerateType Modifier and Type Method Description GenerateAutonomousDatabaseWalletDetails.Builder
GenerateAutonomousDatabaseWalletDetails.Builder. generateType(GenerateAutonomousDatabaseWalletDetails.GenerateType generateType)
The type of wallet to generate.Constructors in com.oracle.bmc.database.model with parameters of type GenerateAutonomousDatabaseWalletDetails.GenerateType Constructor Description GenerateAutonomousDatabaseWalletDetails(GenerateAutonomousDatabaseWalletDetails.GenerateType generateType, String password, Boolean isRegional)
Deprecated.
-