Uses of Class
com.oracle.bmc.monitoring.responses.GetAlarmResponse
-
Packages that use GetAlarmResponse Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.responses -
-
Uses of GetAlarmResponse in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring that return GetAlarmResponse Modifier and Type Method Description GetAlarmResponse
Monitoring. getAlarm(GetAlarmRequest request)
Gets the specified alarm.GetAlarmResponse
MonitoringClient. getAlarm(GetAlarmRequest request)
Methods in com.oracle.bmc.monitoring that return types with arguments of type GetAlarmResponse Modifier and Type Method Description Waiter<GetAlarmRequest,GetAlarmResponse>
MonitoringWaiters. forAlarm(GetAlarmRequest request, Alarm.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAlarmRequest,GetAlarmResponse>
MonitoringWaiters. forAlarm(GetAlarmRequest request, Alarm.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAlarmRequest,GetAlarmResponse>
MonitoringWaiters. forAlarm(GetAlarmRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Alarm.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetAlarmResponse>
MonitoringAsync. getAlarm(GetAlarmRequest request, AsyncHandler<GetAlarmRequest,GetAlarmResponse> handler)
Gets the specified alarm.Future<GetAlarmResponse>
MonitoringAsyncClient. getAlarm(GetAlarmRequest request, AsyncHandler<GetAlarmRequest,GetAlarmResponse> handler)
Method parameters in com.oracle.bmc.monitoring with type arguments of type GetAlarmResponse Modifier and Type Method Description Future<GetAlarmResponse>
MonitoringAsync. getAlarm(GetAlarmRequest request, AsyncHandler<GetAlarmRequest,GetAlarmResponse> handler)
Gets the specified alarm.Future<GetAlarmResponse>
MonitoringAsyncClient. getAlarm(GetAlarmRequest request, AsyncHandler<GetAlarmRequest,GetAlarmResponse> handler)
-
Uses of GetAlarmResponse in com.oracle.bmc.monitoring.responses
Methods in com.oracle.bmc.monitoring.responses that return GetAlarmResponse Modifier and Type Method Description GetAlarmResponse
GetAlarmResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.monitoring.responses with parameters of type GetAlarmResponse Modifier and Type Method Description GetAlarmResponse.Builder
GetAlarmResponse.Builder. copy(GetAlarmResponse o)
Copy method to populate the builder with values from the given instance.
-