Package | Description |
---|---|
com.oracle.bmc.healthchecks | |
com.oracle.bmc.healthchecks.responses |
Modifier and Type | Method and Description |
---|---|
ListHttpProbeResultsResponse |
HealthChecks.listHttpProbeResults(ListHttpProbeResultsRequest request)
Gets the HTTP probe results for the specified probe or monitor, where the
probeConfigurationId is the OCID of either a monitor or an on-demand probe. |
ListHttpProbeResultsResponse |
HealthChecksClient.listHttpProbeResults(ListHttpProbeResultsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListHttpProbeResultsResponse> |
HealthChecksAsyncClient.listHttpProbeResults(ListHttpProbeResultsRequest request,
AsyncHandler<ListHttpProbeResultsRequest,ListHttpProbeResultsResponse> handler) |
Future<ListHttpProbeResultsResponse> |
HealthChecksAsync.listHttpProbeResults(ListHttpProbeResultsRequest request,
AsyncHandler<ListHttpProbeResultsRequest,ListHttpProbeResultsResponse> handler)
Gets the HTTP probe results for the specified probe or monitor, where the
probeConfigurationId is the OCID of either a monitor or an on-demand probe. |
Iterable<ListHttpProbeResultsResponse> |
HealthChecksPaginators.listHttpProbeResultsResponseIterator(ListHttpProbeResultsRequest request)
Creates a new iterable which will iterate over the responses received from the
listHttpProbeResults operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListHttpProbeResultsResponse> |
HealthChecksAsyncClient.listHttpProbeResults(ListHttpProbeResultsRequest request,
AsyncHandler<ListHttpProbeResultsRequest,ListHttpProbeResultsResponse> handler) |
Future<ListHttpProbeResultsResponse> |
HealthChecksAsync.listHttpProbeResults(ListHttpProbeResultsRequest request,
AsyncHandler<ListHttpProbeResultsRequest,ListHttpProbeResultsResponse> handler)
Gets the HTTP probe results for the specified probe or monitor, where the
probeConfigurationId is the OCID of either a monitor or an on-demand probe. |
Modifier and Type | Method and Description |
---|---|
ListHttpProbeResultsResponse |
ListHttpProbeResultsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListHttpProbeResultsResponse.Builder |
ListHttpProbeResultsResponse.Builder.copy(ListHttpProbeResultsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.