Uses of Class
com.oracle.bmc.monitoring.model.AlarmSummary
- 
Packages that use AlarmSummary Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.model com.oracle.bmc.monitoring.responses 
- 
- 
Uses of AlarmSummary in com.oracle.bmc.monitoringMethods in com.oracle.bmc.monitoring that return types with arguments of type AlarmSummary Modifier and Type Method Description Iterable<AlarmSummary>MonitoringPaginators. listAlarmsRecordIterator(ListAlarmsRequest request)Creates a new iterable which will iterate over theAlarmSummaryobjects contained in responses from the listAlarms operation.
- 
Uses of AlarmSummary in com.oracle.bmc.monitoring.modelMethods in com.oracle.bmc.monitoring.model that return AlarmSummary Modifier and Type Method Description AlarmSummaryAlarmSummary.Builder. build()Methods in com.oracle.bmc.monitoring.model with parameters of type AlarmSummary Modifier and Type Method Description AlarmSummary.BuilderAlarmSummary.Builder. copy(AlarmSummary model)
- 
Uses of AlarmSummary in com.oracle.bmc.monitoring.responsesMethods in com.oracle.bmc.monitoring.responses that return types with arguments of type AlarmSummary Modifier and Type Method Description List<AlarmSummary>ListAlarmsResponse. getItems()A list of com.oracle.bmc.monitoring.model.AlarmSummary instances.Method parameters in com.oracle.bmc.monitoring.responses with type arguments of type AlarmSummary Modifier and Type Method Description ListAlarmsResponse.BuilderListAlarmsResponse.Builder. items(List<AlarmSummary> items)A list of com.oracle.bmc.monitoring.model.AlarmSummary instances.
 
-