Package | Description |
---|---|
com.oracle.bmc.apmsynthetics | |
com.oracle.bmc.apmsynthetics.requests |
Modifier and Type | Method and Description |
---|---|
ListMonitorsResponse |
ApmSynthetic.listMonitors(ListMonitorsRequest request)
Returns a list of monitors.
|
ListMonitorsResponse |
ApmSyntheticClient.listMonitors(ListMonitorsRequest request) |
Future<ListMonitorsResponse> |
ApmSyntheticAsync.listMonitors(ListMonitorsRequest request,
AsyncHandler<ListMonitorsRequest,ListMonitorsResponse> handler)
Returns a list of monitors.
|
Future<ListMonitorsResponse> |
ApmSyntheticAsyncClient.listMonitors(ListMonitorsRequest request,
AsyncHandler<ListMonitorsRequest,ListMonitorsResponse> handler) |
Iterable<MonitorSummary> |
ApmSyntheticPaginators.listMonitorsRecordIterator(ListMonitorsRequest request)
Creates a new iterable which will iterate over the
MonitorSummary objects contained in responses from the
listMonitors operation. |
Iterable<ListMonitorsResponse> |
ApmSyntheticPaginators.listMonitorsResponseIterator(ListMonitorsRequest request)
Creates a new iterable which will iterate over the responses received from the listMonitors
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListMonitorsResponse> |
ApmSyntheticAsync.listMonitors(ListMonitorsRequest request,
AsyncHandler<ListMonitorsRequest,ListMonitorsResponse> handler)
Returns a list of monitors.
|
Future<ListMonitorsResponse> |
ApmSyntheticAsyncClient.listMonitors(ListMonitorsRequest request,
AsyncHandler<ListMonitorsRequest,ListMonitorsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListMonitorsRequest |
ListMonitorsRequest.Builder.build()
Build the instance of ListMonitorsRequest as configured by this builder
|
ListMonitorsRequest |
ListMonitorsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListMonitorsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.copy(ListMonitorsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.