Uses of Class
com.oracle.bmc.healthchecks.responses.ListPingProbeResultsResponse
-
Packages that use ListPingProbeResultsResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses -
-
Uses of ListPingProbeResultsResponse in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return ListPingProbeResultsResponse Modifier and Type Method Description ListPingProbeResultsResponse
HealthChecks. listPingProbeResults(ListPingProbeResultsRequest request)
Returns the results for the specified probe, where theprobeConfigurationId
is the OCID of either a monitor or an on-demand probe.ListPingProbeResultsResponse
HealthChecksClient. listPingProbeResults(ListPingProbeResultsRequest request)
Methods in com.oracle.bmc.healthchecks that return types with arguments of type ListPingProbeResultsResponse Modifier and Type Method Description Future<ListPingProbeResultsResponse>
HealthChecksAsync. listPingProbeResults(ListPingProbeResultsRequest request, AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler)
Returns the results for the specified probe, where theprobeConfigurationId
is the OCID of either a monitor or an on-demand probe.Future<ListPingProbeResultsResponse>
HealthChecksAsyncClient. listPingProbeResults(ListPingProbeResultsRequest request, AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler)
Iterable<ListPingProbeResultsResponse>
HealthChecksPaginators. listPingProbeResultsResponseIterator(ListPingProbeResultsRequest request)
Creates a new iterable which will iterate over the responses received from the listPingProbeResults operation.Method parameters in com.oracle.bmc.healthchecks with type arguments of type ListPingProbeResultsResponse Modifier and Type Method Description Future<ListPingProbeResultsResponse>
HealthChecksAsync. listPingProbeResults(ListPingProbeResultsRequest request, AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler)
Returns the results for the specified probe, where theprobeConfigurationId
is the OCID of either a monitor or an on-demand probe.Future<ListPingProbeResultsResponse>
HealthChecksAsyncClient. listPingProbeResults(ListPingProbeResultsRequest request, AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler)
-
Uses of ListPingProbeResultsResponse in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return ListPingProbeResultsResponse Modifier and Type Method Description ListPingProbeResultsResponse
ListPingProbeResultsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type ListPingProbeResultsResponse Modifier and Type Method Description ListPingProbeResultsResponse.Builder
ListPingProbeResultsResponse.Builder. copy(ListPingProbeResultsResponse o)
Copy method to populate the builder with values from the given instance.
-