Uses of Class
com.oracle.bmc.monitoring.model.AlarmSuppressionSummary
-
Packages that use AlarmSuppressionSummary Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.model -
-
Uses of AlarmSuppressionSummary in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring that return types with arguments of type AlarmSuppressionSummary Modifier and Type Method Description Iterable<AlarmSuppressionSummary>
MonitoringPaginators. listAlarmSuppressionsRecordIterator(ListAlarmSuppressionsRequest request)
Creates a new iterable which will iterate over theAlarmSuppressionSummary
objects contained in responses from the listAlarmSuppressions operation. -
Uses of AlarmSuppressionSummary in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return AlarmSuppressionSummary Modifier and Type Method Description AlarmSuppressionSummary
AlarmSuppressionSummary.Builder. build()
Methods in com.oracle.bmc.monitoring.model that return types with arguments of type AlarmSuppressionSummary Modifier and Type Method Description List<AlarmSuppressionSummary>
AlarmSuppressionCollection. getItems()
List of property summaries for alarm suppressions.Methods in com.oracle.bmc.monitoring.model with parameters of type AlarmSuppressionSummary Modifier and Type Method Description AlarmSuppressionSummary.Builder
AlarmSuppressionSummary.Builder. copy(AlarmSuppressionSummary model)
Method parameters in com.oracle.bmc.monitoring.model with type arguments of type AlarmSuppressionSummary Modifier and Type Method Description AlarmSuppressionCollection.Builder
AlarmSuppressionCollection.Builder. items(List<AlarmSuppressionSummary> items)
List of property summaries for alarm suppressions.Constructor parameters in com.oracle.bmc.monitoring.model with type arguments of type AlarmSuppressionSummary Constructor Description AlarmSuppressionCollection(List<AlarmSuppressionSummary> items)
Deprecated.
-