Uses of Class
com.oracle.bmc.monitoring.model.AlarmSuppression
-
Packages that use AlarmSuppression Package Description com.oracle.bmc.monitoring.model com.oracle.bmc.monitoring.responses -
-
Uses of AlarmSuppression in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return AlarmSuppression Modifier and Type Method Description AlarmSuppression
AlarmSuppression.Builder. build()
Methods in com.oracle.bmc.monitoring.model with parameters of type AlarmSuppression Modifier and Type Method Description AlarmSuppression.Builder
AlarmSuppression.Builder. copy(AlarmSuppression model)
-
Uses of AlarmSuppression in com.oracle.bmc.monitoring.responses
Methods in com.oracle.bmc.monitoring.responses that return AlarmSuppression Modifier and Type Method Description AlarmSuppression
CreateAlarmSuppressionResponse. getAlarmSuppression()
The returned AlarmSuppression instance.AlarmSuppression
GetAlarmSuppressionResponse. getAlarmSuppression()
The returned AlarmSuppression instance.Methods in com.oracle.bmc.monitoring.responses with parameters of type AlarmSuppression Modifier and Type Method Description CreateAlarmSuppressionResponse.Builder
CreateAlarmSuppressionResponse.Builder. alarmSuppression(AlarmSuppression alarmSuppression)
The returned AlarmSuppression instance.GetAlarmSuppressionResponse.Builder
GetAlarmSuppressionResponse.Builder. alarmSuppression(AlarmSuppression alarmSuppression)
The returned AlarmSuppression instance.
-