Uses of Class
com.oracle.bmc.databasemanagement.model.AlertLogCountSummary
-
Packages that use AlertLogCountSummary Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AlertLogCountSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AlertLogCountSummary Modifier and Type Method Description AlertLogCountSummary
AlertLogCountSummary.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type AlertLogCountSummary Modifier and Type Method Description List<AlertLogCountSummary>
AlertLogCountsCollection. getItems()
An array of the counts of different urgency or type of alert logs.Methods in com.oracle.bmc.databasemanagement.model with parameters of type AlertLogCountSummary Modifier and Type Method Description AlertLogCountSummary.Builder
AlertLogCountSummary.Builder. copy(AlertLogCountSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type AlertLogCountSummary Modifier and Type Method Description AlertLogCountsCollection.Builder
AlertLogCountsCollection.Builder. items(List<AlertLogCountSummary> items)
An array of the counts of different urgency or type of alert logs.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type AlertLogCountSummary Constructor Description AlertLogCountsCollection(String managedDatabaseId, List<AlertLogCountSummary> items)
Deprecated.
-