Uses of Class
com.oracle.bmc.databasemanagement.model.AlertLogCountSummary.Builder
-
Packages that use AlertLogCountSummary.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AlertLogCountSummary.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AlertLogCountSummary.Builder Modifier and Type Method Description static AlertLogCountSummary.Builder
AlertLogCountSummary. builder()
Create a new builder.AlertLogCountSummary.Builder
AlertLogCountSummary.Builder. category(AlertLogCountSummary.Category category)
The category of different alert logs.AlertLogCountSummary.Builder
AlertLogCountSummary.Builder. copy(AlertLogCountSummary model)
AlertLogCountSummary.Builder
AlertLogCountSummary.Builder. count(Integer count)
The count of alert logs with specific category.AlertLogCountSummary.Builder
AlertLogCountSummary. toBuilder()
-