Uses of Class
com.oracle.bmc.monitoring.requests.RemoveAlarmSuppressionRequest
-
Packages that use RemoveAlarmSuppressionRequest Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.requests -
-
Uses of RemoveAlarmSuppressionRequest in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring with parameters of type RemoveAlarmSuppressionRequest Modifier and Type Method Description RemoveAlarmSuppressionResponse
Monitoring. removeAlarmSuppression(RemoveAlarmSuppressionRequest request)
Removes any existing suppression for the specified alarm.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)
RemoveAlarmSuppressionResponse
MonitoringClient. removeAlarmSuppression(RemoveAlarmSuppressionRequest request)
Method parameters in com.oracle.bmc.monitoring with type arguments of type RemoveAlarmSuppressionRequest 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 RemoveAlarmSuppressionRequest in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return RemoveAlarmSuppressionRequest Modifier and Type Method Description RemoveAlarmSuppressionRequest
RemoveAlarmSuppressionRequest.Builder. build()
Build the instance of RemoveAlarmSuppressionRequest as configured by this builderRemoveAlarmSuppressionRequest
RemoveAlarmSuppressionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveAlarmSuppressionRequest as configured by this builderMethods in com.oracle.bmc.monitoring.requests with parameters of type RemoveAlarmSuppressionRequest Modifier and Type Method Description RemoveAlarmSuppressionRequest.Builder
RemoveAlarmSuppressionRequest.Builder. copy(RemoveAlarmSuppressionRequest o)
Copy method to populate the builder with values from the given instance.
-