Package | Description |
---|---|
com.oracle.bmc.monitoring | |
com.oracle.bmc.monitoring.responses |
Modifier and Type | Method and Description |
---|---|
GetAlarmResponse |
MonitoringClient.getAlarm(GetAlarmRequest request) |
GetAlarmResponse |
Monitoring.getAlarm(GetAlarmRequest request)
Gets the specified alarm.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetAlarmRequest,GetAlarmResponse> |
MonitoringWaiters.forAlarm(GetAlarmRequest request,
Alarm.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAlarmRequest,GetAlarmResponse> |
MonitoringWaiters.forAlarm(GetAlarmRequest request,
Alarm.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAlarmRequest,GetAlarmResponse> |
MonitoringWaiters.forAlarm(GetAlarmRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Alarm.LifecycleState... targetStates)
Creates a new
Waiter 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetAlarmResponse |
GetAlarmResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetAlarmResponse.Builder |
GetAlarmResponse.Builder.copy(GetAlarmResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.