Uses of Class
com.oracle.bmc.monitoring.requests.GetAlarmRequest
-
Packages that use GetAlarmRequest Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.requests -
-
Uses of GetAlarmRequest in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring that return types with arguments of type GetAlarmRequest 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.Methods in com.oracle.bmc.monitoring with parameters of type GetAlarmRequest 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.GetAlarmResponse
Monitoring. getAlarm(GetAlarmRequest request)
Gets the specified alarm.Future<GetAlarmResponse>
MonitoringAsync. getAlarm(GetAlarmRequest request, AsyncHandler<GetAlarmRequest,GetAlarmResponse> handler)
Gets the specified alarm.Future<GetAlarmResponse>
MonitoringAsyncClient. getAlarm(GetAlarmRequest request, AsyncHandler<GetAlarmRequest,GetAlarmResponse> handler)
GetAlarmResponse
MonitoringClient. getAlarm(GetAlarmRequest request)
Method parameters in com.oracle.bmc.monitoring with type arguments of type GetAlarmRequest 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 GetAlarmRequest in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return GetAlarmRequest Modifier and Type Method Description GetAlarmRequest
GetAlarmRequest.Builder. build()
Build the instance of GetAlarmRequest as configured by this builderGetAlarmRequest
GetAlarmRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAlarmRequest as configured by this builderMethods in com.oracle.bmc.monitoring.requests with parameters of type GetAlarmRequest Modifier and Type Method Description GetAlarmRequest.Builder
GetAlarmRequest.Builder. copy(GetAlarmRequest o)
Copy method to populate the builder with values from the given instance.
-