Uses of Class
com.oracle.bmc.healthchecks.requests.ListPingProbeResultsRequest
-
Packages that use ListPingProbeResultsRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests -
-
Uses of ListPingProbeResultsRequest in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks with parameters of type ListPingProbeResultsRequest Modifier and Type Method Description ListPingProbeResultsResponseHealthChecks. listPingProbeResults(ListPingProbeResultsRequest request)Returns the results for the specified probe, where theprobeConfigurationIdis the OCID of either a monitor or an on-demand probe.Future<ListPingProbeResultsResponse>HealthChecksAsync. listPingProbeResults(ListPingProbeResultsRequest request, AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler)Returns the results for the specified probe, where theprobeConfigurationIdis the OCID of either a monitor or an on-demand probe.Future<ListPingProbeResultsResponse>HealthChecksAsyncClient. listPingProbeResults(ListPingProbeResultsRequest request, AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler)ListPingProbeResultsResponseHealthChecksClient. listPingProbeResults(ListPingProbeResultsRequest request)Iterable<PingProbeResultSummary>HealthChecksPaginators. listPingProbeResultsRecordIterator(ListPingProbeResultsRequest request)Creates a new iterable which will iterate over thePingProbeResultSummaryobjects 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.Method parameters in com.oracle.bmc.healthchecks with type arguments of type ListPingProbeResultsRequest Modifier and Type Method Description Future<ListPingProbeResultsResponse>HealthChecksAsync. listPingProbeResults(ListPingProbeResultsRequest request, AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler)Returns the results for the specified probe, where theprobeConfigurationIdis the OCID of either a monitor or an on-demand probe.Future<ListPingProbeResultsResponse>HealthChecksAsyncClient. listPingProbeResults(ListPingProbeResultsRequest request, AsyncHandler<ListPingProbeResultsRequest,ListPingProbeResultsResponse> handler) -
Uses of ListPingProbeResultsRequest in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return ListPingProbeResultsRequest Modifier and Type Method Description ListPingProbeResultsRequestListPingProbeResultsRequest.Builder. build()Build the instance of ListPingProbeResultsRequest as configured by this builderListPingProbeResultsRequestListPingProbeResultsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPingProbeResultsRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type ListPingProbeResultsRequest Modifier and Type Method Description ListPingProbeResultsRequest.BuilderListPingProbeResultsRequest.Builder. copy(ListPingProbeResultsRequest o)Copy method to populate the builder with values from the given instance.
-