Uses of Class
com.oracle.bmc.database.model.CloudDatabaseManagementConfig.ManagementType
-
Packages that use CloudDatabaseManagementConfig.ManagementType Package Description com.oracle.bmc.database.model -
-
Uses of CloudDatabaseManagementConfig.ManagementType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CloudDatabaseManagementConfig.ManagementType Modifier and Type Method Description static CloudDatabaseManagementConfig.ManagementTypeCloudDatabaseManagementConfig.ManagementType. create(String key)CloudDatabaseManagementConfig.ManagementTypeCloudDatabaseManagementConfig. getManagementType()The Database Management type.static CloudDatabaseManagementConfig.ManagementTypeCloudDatabaseManagementConfig.ManagementType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudDatabaseManagementConfig.ManagementType[]CloudDatabaseManagementConfig.ManagementType. 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 CloudDatabaseManagementConfig.ManagementType Modifier and Type Method Description CloudDatabaseManagementConfig.BuilderCloudDatabaseManagementConfig.Builder. managementType(CloudDatabaseManagementConfig.ManagementType managementType)The Database Management type.Constructors in com.oracle.bmc.database.model with parameters of type CloudDatabaseManagementConfig.ManagementType Constructor Description CloudDatabaseManagementConfig(CloudDatabaseManagementConfig.ManagementStatus managementStatus, CloudDatabaseManagementConfig.ManagementType managementType)Deprecated.
-