Package | Description |
---|---|
com.oracle.bmc.healthchecks | |
com.oracle.bmc.healthchecks.requests |
Modifier and Type | Method and Description |
---|---|
ListPingProbeResultsResponse |
HealthChecks.listPingProbeResults(ListPingProbeResultsRequest request)
Returns the results for the specified probe, where the
probeConfigurationId
is the OCID of either a monitor or an on-demand probe. |
ListPingProbeResultsResponse |
HealthChecksClient.listPingProbeResults(ListPingProbeResultsRequest request) |
Future<ListPingProbeResultsResponse> |
HealthChecksAsync.listPingProbeResults(ListPingProbeResultsRequest request,
AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler)
Returns the results for the specified probe, where the
probeConfigurationId
is the OCID of either a monitor or an on-demand probe. |
Future<ListPingProbeResultsResponse> |
HealthChecksAsyncClient.listPingProbeResults(ListPingProbeResultsRequest request,
AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler) |
Iterable<PingProbeResultSummary> |
HealthChecksPaginators.listPingProbeResultsRecordIterator(ListPingProbeResultsRequest request)
Creates a new iterable which will iterate over the
PingProbeResultSummary objects
contained in responses from the listPingProbeResults operation. |
Iterable<ListPingProbeResultsResponse> |
HealthChecksPaginators.listPingProbeResultsResponseIterator(ListPingProbeResultsRequest request)
Creates a new iterable which will iterate over the responses received from the listPingProbeResults operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListPingProbeResultsResponse> |
HealthChecksAsync.listPingProbeResults(ListPingProbeResultsRequest request,
AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler)
Returns the results for the specified probe, where the
probeConfigurationId
is the OCID of either a monitor or an on-demand probe. |
Future<ListPingProbeResultsResponse> |
HealthChecksAsyncClient.listPingProbeResults(ListPingProbeResultsRequest request,
AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListPingProbeResultsRequest |
ListPingProbeResultsRequest.Builder.build()
Build the instance of ListPingProbeResultsRequest as configured by this builder
|
ListPingProbeResultsRequest |
ListPingProbeResultsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPingProbeResultsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPingProbeResultsRequest.Builder |
ListPingProbeResultsRequest.Builder.copy(ListPingProbeResultsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2022. All rights reserved.