Package | Description |
---|---|
com.oracle.bmc.monitoring | |
com.oracle.bmc.monitoring.requests |
Modifier and Type | Method and Description |
---|---|
ListAlarmsResponse |
MonitoringClient.listAlarms(ListAlarmsRequest request) |
ListAlarmsResponse |
Monitoring.listAlarms(ListAlarmsRequest request)
Lists the alarms for the specified compartment.
|
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<AlarmSummary> |
MonitoringPaginators.listAlarmsRecordIterator(ListAlarmsRequest request)
Creates a new iterable which will iterate over the
AlarmSummary objects contained in responses from the
listAlarms operation. |
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 |
---|---|
ListAlarmsRequest |
ListAlarmsRequest.Builder.build()
Build the instance of ListAlarmsRequest as configured by this builder
|
ListAlarmsRequest |
ListAlarmsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAlarmsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAlarmsRequest.Builder |
ListAlarmsRequest.Builder.copy(ListAlarmsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.