Uses of Class
com.oracle.bmc.monitoring.model.AlarmHistoryEntry
-
Packages that use AlarmHistoryEntry Package Description com.oracle.bmc.monitoring.model -
-
Uses of AlarmHistoryEntry in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return AlarmHistoryEntry Modifier and Type Method Description AlarmHistoryEntry
AlarmHistoryEntry.Builder. build()
Methods in com.oracle.bmc.monitoring.model that return types with arguments of type AlarmHistoryEntry Modifier and Type Method Description List<AlarmHistoryEntry>
AlarmHistoryCollection. getEntries()
The set of history entries retrieved for the alarm.Methods in com.oracle.bmc.monitoring.model with parameters of type AlarmHistoryEntry Modifier and Type Method Description AlarmHistoryEntry.Builder
AlarmHistoryEntry.Builder. copy(AlarmHistoryEntry model)
Method parameters in com.oracle.bmc.monitoring.model with type arguments of type AlarmHistoryEntry Modifier and Type Method Description AlarmHistoryCollection.Builder
AlarmHistoryCollection.Builder. entries(List<AlarmHistoryEntry> entries)
The set of history entries retrieved for the alarm.Constructor parameters in com.oracle.bmc.monitoring.model with type arguments of type AlarmHistoryEntry Constructor Description AlarmHistoryCollection(String alarmId, Boolean isEnabled, List<AlarmHistoryEntry> entries)
Deprecated.
-