Uses of Class
com.oracle.bmc.database.model.AutonomousDataWarehouse.LicenseModel
-
Packages that use AutonomousDataWarehouse.LicenseModel Package Description com.oracle.bmc.database.model -
-
Uses of AutonomousDataWarehouse.LicenseModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousDataWarehouse.LicenseModel Modifier and Type Method Description static AutonomousDataWarehouse.LicenseModel
AutonomousDataWarehouse.LicenseModel. create(String key)
AutonomousDataWarehouse.LicenseModel
AutonomousDataWarehouse. getLicenseModel()
The Oracle license model that applies to the Oracle Autonomous Data Warehouse.static AutonomousDataWarehouse.LicenseModel
AutonomousDataWarehouse.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousDataWarehouse.LicenseModel[]
AutonomousDataWarehouse.LicenseModel. 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 AutonomousDataWarehouse.LicenseModel Modifier and Type Method Description AutonomousDataWarehouse.Builder
AutonomousDataWarehouse.Builder. licenseModel(AutonomousDataWarehouse.LicenseModel licenseModel)
The Oracle license model that applies to the Oracle Autonomous Data Warehouse.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousDataWarehouse.LicenseModel Constructor Description AutonomousDataWarehouse(String id, String compartmentId, AutonomousDataWarehouse.LifecycleState lifecycleState, String lifecycleDetails, String dbName, Integer cpuCoreCount, Integer dataStorageSizeInTBs, Date timeCreated, String displayName, String serviceConsoleUrl, AutonomousDataWarehouseConnectionStrings connectionStrings, AutonomousDataWarehouse.LicenseModel licenseModel, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String dbVersion)
Deprecated.
-