Uses of Class
com.oracle.bmc.databasemanagement.model.AlertLogCountsCollection.Builder
-
Packages that use AlertLogCountsCollection.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AlertLogCountsCollection.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AlertLogCountsCollection.Builder Modifier and Type Method Description static AlertLogCountsCollection.Builder
AlertLogCountsCollection. builder()
Create a new builder.AlertLogCountsCollection.Builder
AlertLogCountsCollection.Builder. copy(AlertLogCountsCollection model)
AlertLogCountsCollection.Builder
AlertLogCountsCollection.Builder. items(List<AlertLogCountSummary> items)
An array of the counts of different urgency or type of alert logs.AlertLogCountsCollection.Builder
AlertLogCountsCollection.Builder. managedDatabaseId(String managedDatabaseId)
The OCID of the Managed Database.AlertLogCountsCollection.Builder
AlertLogCountsCollection. toBuilder()
-