Uses of Class
com.oracle.bmc.databasemanagement.model.AlertLogCountSummary.Category
-
Packages that use AlertLogCountSummary.Category Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AlertLogCountSummary.Category in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AlertLogCountSummary.Category Modifier and Type Method Description static AlertLogCountSummary.CategoryAlertLogCountSummary.Category. create(String key)AlertLogCountSummary.CategoryAlertLogCountSummary. getCategory()The category of different alert logs.static AlertLogCountSummary.CategoryAlertLogCountSummary.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertLogCountSummary.Category[]AlertLogCountSummary.Category. 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 AlertLogCountSummary.Category Modifier and Type Method Description AlertLogCountSummary.BuilderAlertLogCountSummary.Builder. category(AlertLogCountSummary.Category category)The category of different alert logs.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type AlertLogCountSummary.Category Constructor Description AlertLogCountSummary(AlertLogCountSummary.Category category, Integer count)Deprecated.
-