Uses of Class
com.oracle.bmc.monitoring.responses.RemoveAlarmSuppressionResponse
-
Packages that use RemoveAlarmSuppressionResponse Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.responses -
-
Uses of RemoveAlarmSuppressionResponse in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring that return RemoveAlarmSuppressionResponse Modifier and Type Method Description RemoveAlarmSuppressionResponse
Monitoring. removeAlarmSuppression(RemoveAlarmSuppressionRequest request)
Removes any existing suppression for the specified alarm.RemoveAlarmSuppressionResponse
MonitoringClient. removeAlarmSuppression(RemoveAlarmSuppressionRequest request)
Methods in com.oracle.bmc.monitoring that return types with arguments of type RemoveAlarmSuppressionResponse Modifier and Type Method Description Future<RemoveAlarmSuppressionResponse>
MonitoringAsync. removeAlarmSuppression(RemoveAlarmSuppressionRequest request, AsyncHandler<RemoveAlarmSuppressionRequest,RemoveAlarmSuppressionResponse> handler)
Removes any existing suppression for the specified alarm.Future<RemoveAlarmSuppressionResponse>
MonitoringAsyncClient. removeAlarmSuppression(RemoveAlarmSuppressionRequest request, AsyncHandler<RemoveAlarmSuppressionRequest,RemoveAlarmSuppressionResponse> handler)
Method parameters in com.oracle.bmc.monitoring with type arguments of type RemoveAlarmSuppressionResponse Modifier and Type Method Description Future<RemoveAlarmSuppressionResponse>
MonitoringAsync. removeAlarmSuppression(RemoveAlarmSuppressionRequest request, AsyncHandler<RemoveAlarmSuppressionRequest,RemoveAlarmSuppressionResponse> handler)
Removes any existing suppression for the specified alarm.Future<RemoveAlarmSuppressionResponse>
MonitoringAsyncClient. removeAlarmSuppression(RemoveAlarmSuppressionRequest request, AsyncHandler<RemoveAlarmSuppressionRequest,RemoveAlarmSuppressionResponse> handler)
-
Uses of RemoveAlarmSuppressionResponse in com.oracle.bmc.monitoring.responses
Methods in com.oracle.bmc.monitoring.responses that return RemoveAlarmSuppressionResponse Modifier and Type Method Description RemoveAlarmSuppressionResponse
RemoveAlarmSuppressionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.monitoring.responses with parameters of type RemoveAlarmSuppressionResponse Modifier and Type Method Description RemoveAlarmSuppressionResponse.Builder
RemoveAlarmSuppressionResponse.Builder. copy(RemoveAlarmSuppressionResponse o)
Copy method to populate the builder with values from the given instance.
-