Uses of Class
com.oracle.bmc.databasemanagement.model.AlertLogSummary
-
Packages that use AlertLogSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of AlertLogSummary in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type AlertLogSummary Modifier and Type Method Description Iterable<AlertLogSummary>
DiagnosabilityPaginators. listAlertLogsRecordIterator(ListAlertLogsRequest request)
Creates a new iterable which will iterate over theAlertLogSummary
objects contained in responses from the listAlertLogs operation. -
Uses of AlertLogSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AlertLogSummary Modifier and Type Method Description AlertLogSummary
AlertLogSummary.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type AlertLogSummary Modifier and Type Method Description List<AlertLogSummary>
AlertLogCollection. getItems()
An array of the alert logs.Methods in com.oracle.bmc.databasemanagement.model with parameters of type AlertLogSummary Modifier and Type Method Description AlertLogSummary.Builder
AlertLogSummary.Builder. copy(AlertLogSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type AlertLogSummary Modifier and Type Method Description AlertLogCollection.Builder
AlertLogCollection.Builder. items(List<AlertLogSummary> items)
An array of the alert logs.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type AlertLogSummary Constructor Description AlertLogCollection(String managedDatabaseId, List<AlertLogSummary> items)
Deprecated.
-