Uses of Class
com.oracle.bmc.monitoring.requests.GetAlarmSuppressionRequest
-
Packages that use GetAlarmSuppressionRequest Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.requests -
-
Uses of GetAlarmSuppressionRequest in com.oracle.bmc.monitoring
Method parameters in com.oracle.bmc.monitoring with type arguments of type GetAlarmSuppressionRequest Modifier and Type Method Description Future<GetAlarmSuppressionResponse>
MonitoringAsync. getAlarmSuppression(GetAlarmSuppressionRequest request, AsyncHandler<GetAlarmSuppressionRequest,GetAlarmSuppressionResponse> handler)
Gets the specified alarm suppression.Future<GetAlarmSuppressionResponse>
MonitoringAsyncClient. getAlarmSuppression(GetAlarmSuppressionRequest request, AsyncHandler<GetAlarmSuppressionRequest,GetAlarmSuppressionResponse> handler)
-
Uses of GetAlarmSuppressionRequest in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return GetAlarmSuppressionRequest Modifier and Type Method Description GetAlarmSuppressionRequest
GetAlarmSuppressionRequest.Builder. build()
Build the instance of GetAlarmSuppressionRequest as configured by this builderGetAlarmSuppressionRequest
GetAlarmSuppressionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAlarmSuppressionRequest as configured by this builderMethods in com.oracle.bmc.monitoring.requests with parameters of type GetAlarmSuppressionRequest Modifier and Type Method Description GetAlarmSuppressionRequest.Builder
GetAlarmSuppressionRequest.Builder. copy(GetAlarmSuppressionRequest o)
Copy method to populate the builder with values from the given instance.
-