Uses of Class
com.oracle.bmc.apmsynthetics.model.DatabaseType
-
Packages that use DatabaseType Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of DatabaseType in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return DatabaseType Modifier and Type Method Description static DatabaseTypeDatabaseType. create(String key)DatabaseTypeSqlMonitorConfiguration. getDatabaseType()Database type.static DatabaseTypeDatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseType[]DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type DatabaseType Modifier and Type Method Description SqlMonitorConfiguration.BuilderSqlMonitorConfiguration.Builder. databaseType(DatabaseType databaseType)Database type.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type DatabaseType Constructor Description SqlMonitorConfiguration(Boolean isFailureRetried, DnsConfiguration dnsConfiguration, DatabaseType databaseType, String query, BasicAuthenticationDetails databaseAuthenticationDetails, String databaseRole, DatabaseConnectionType databaseConnectionType, String connectionString, DatabaseWalletDetails databaseWalletDetails)Deprecated.
-