Package | Description |
---|---|
com.oracle.bmc.monitoring | |
com.oracle.bmc.monitoring.responses |
Modifier and Type | Method and Description |
---|---|
ListAlarmsResponse |
MonitoringClient.listAlarms(ListAlarmsRequest request) |
ListAlarmsResponse |
Monitoring.listAlarms(ListAlarmsRequest request)
Lists the alarms for the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAlarmsResponse> |
MonitoringAsync.listAlarms(ListAlarmsRequest request,
AsyncHandler<ListAlarmsRequest,ListAlarmsResponse> handler)
Lists the alarms for the specified compartment.
|
Future<ListAlarmsResponse> |
MonitoringAsyncClient.listAlarms(ListAlarmsRequest request,
AsyncHandler<ListAlarmsRequest,ListAlarmsResponse> handler) |
Iterable<ListAlarmsResponse> |
MonitoringPaginators.listAlarmsResponseIterator(ListAlarmsRequest request)
Creates a new iterable which will iterate over the responses received from the listAlarms
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAlarmsResponse> |
MonitoringAsync.listAlarms(ListAlarmsRequest request,
AsyncHandler<ListAlarmsRequest,ListAlarmsResponse> handler)
Lists the alarms for the specified compartment.
|
Future<ListAlarmsResponse> |
MonitoringAsyncClient.listAlarms(ListAlarmsRequest request,
AsyncHandler<ListAlarmsRequest,ListAlarmsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListAlarmsResponse |
ListAlarmsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListAlarmsResponse.Builder |
ListAlarmsResponse.Builder.copy(ListAlarmsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.