Uses of Class
com.oracle.bmc.monitoring.requests.CreateAlarmSuppressionRequest
-
Packages that use CreateAlarmSuppressionRequest Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.requests -
-
Uses of CreateAlarmSuppressionRequest in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring with parameters of type CreateAlarmSuppressionRequest Modifier and Type Method Description CreateAlarmSuppressionResponse
Monitoring. createAlarmSuppression(CreateAlarmSuppressionRequest request)
Creates a new alarm suppression at the specified level (alarm-wide or dimension-specific).Future<CreateAlarmSuppressionResponse>
MonitoringAsync. createAlarmSuppression(CreateAlarmSuppressionRequest request, AsyncHandler<CreateAlarmSuppressionRequest,CreateAlarmSuppressionResponse> handler)
Creates a new alarm suppression at the specified level (alarm-wide or dimension-specific).Future<CreateAlarmSuppressionResponse>
MonitoringAsyncClient. createAlarmSuppression(CreateAlarmSuppressionRequest request, AsyncHandler<CreateAlarmSuppressionRequest,CreateAlarmSuppressionResponse> handler)
CreateAlarmSuppressionResponse
MonitoringClient. createAlarmSuppression(CreateAlarmSuppressionRequest request)
Method parameters in com.oracle.bmc.monitoring with type arguments of type CreateAlarmSuppressionRequest Modifier and Type Method Description Future<CreateAlarmSuppressionResponse>
MonitoringAsync. createAlarmSuppression(CreateAlarmSuppressionRequest request, AsyncHandler<CreateAlarmSuppressionRequest,CreateAlarmSuppressionResponse> handler)
Creates a new alarm suppression at the specified level (alarm-wide or dimension-specific).Future<CreateAlarmSuppressionResponse>
MonitoringAsyncClient. createAlarmSuppression(CreateAlarmSuppressionRequest request, AsyncHandler<CreateAlarmSuppressionRequest,CreateAlarmSuppressionResponse> handler)
-
Uses of CreateAlarmSuppressionRequest in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return CreateAlarmSuppressionRequest Modifier and Type Method Description CreateAlarmSuppressionRequest
CreateAlarmSuppressionRequest.Builder. build()
Build the instance of CreateAlarmSuppressionRequest as configured by this builderCreateAlarmSuppressionRequest
CreateAlarmSuppressionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAlarmSuppressionRequest as configured by this builderMethods in com.oracle.bmc.monitoring.requests with parameters of type CreateAlarmSuppressionRequest Modifier and Type Method Description CreateAlarmSuppressionRequest.Builder
CreateAlarmSuppressionRequest.Builder. copy(CreateAlarmSuppressionRequest o)
Copy method to populate the builder with values from the given instance.
-