Package | Description |
---|---|
com.oracle.bmc.healthchecks | |
com.oracle.bmc.healthchecks.responses |
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) |
Modifier and Type | Method and Description |
---|---|
Future<ListPingProbeResultsResponse> |
HealthChecksAsyncClient.listPingProbeResults(ListPingProbeResultsRequest request,
AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler) |
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. |
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> |
HealthChecksAsyncClient.listPingProbeResults(ListPingProbeResultsRequest request,
AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler) |
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. |
Modifier and Type | Method and Description |
---|---|
ListPingProbeResultsResponse |
ListPingProbeResultsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListPingProbeResultsResponse.Builder |
ListPingProbeResultsResponse.Builder.copy(ListPingProbeResultsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.