Uses of Class
com.oracle.bmc.databasemanagement.model.AlertTypeEnum
-
Packages that use AlertTypeEnum Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AlertTypeEnum in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AlertTypeEnum Modifier and Type Method Description static AlertTypeEnumAlertTypeEnum. create(String key)AlertTypeEnumOpenAlertSummary. getType()The type of alert.static AlertTypeEnumAlertTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertTypeEnum[]AlertTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type AlertTypeEnum Modifier and Type Method Description OpenAlertSummary.BuilderOpenAlertSummary.Builder. type(AlertTypeEnum type)The type of alert.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type AlertTypeEnum Constructor Description OpenAlertSummary(AlertSeverityEnum severity, AlertTypeEnum type, Date timeStartAt, String message)Deprecated.
-