Uses of Class
com.oracle.bmc.healthchecks.requests.ListPingMonitorsRequest
-
Packages that use ListPingMonitorsRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests -
-
Uses of ListPingMonitorsRequest in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks with parameters of type ListPingMonitorsRequest Modifier and Type Method Description ListPingMonitorsResponse
HealthChecks. listPingMonitors(ListPingMonitorsRequest request)
Gets a list of configured ping monitors.Future<ListPingMonitorsResponse>
HealthChecksAsync. listPingMonitors(ListPingMonitorsRequest request, AsyncHandler<ListPingMonitorsRequest,ListPingMonitorsResponse> handler)
Gets a list of configured ping monitors.Future<ListPingMonitorsResponse>
HealthChecksAsyncClient. listPingMonitors(ListPingMonitorsRequest request, AsyncHandler<ListPingMonitorsRequest,ListPingMonitorsResponse> handler)
ListPingMonitorsResponse
HealthChecksClient. listPingMonitors(ListPingMonitorsRequest request)
Iterable<PingMonitorSummary>
HealthChecksPaginators. listPingMonitorsRecordIterator(ListPingMonitorsRequest request)
Creates a new iterable which will iterate over thePingMonitorSummary
objects contained in responses from the listPingMonitors operation.Iterable<ListPingMonitorsResponse>
HealthChecksPaginators. listPingMonitorsResponseIterator(ListPingMonitorsRequest request)
Creates a new iterable which will iterate over the responses received from the listPingMonitors operation.Method parameters in com.oracle.bmc.healthchecks with type arguments of type ListPingMonitorsRequest Modifier and Type Method Description Future<ListPingMonitorsResponse>
HealthChecksAsync. listPingMonitors(ListPingMonitorsRequest request, AsyncHandler<ListPingMonitorsRequest,ListPingMonitorsResponse> handler)
Gets a list of configured ping monitors.Future<ListPingMonitorsResponse>
HealthChecksAsyncClient. listPingMonitors(ListPingMonitorsRequest request, AsyncHandler<ListPingMonitorsRequest,ListPingMonitorsResponse> handler)
-
Uses of ListPingMonitorsRequest in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return ListPingMonitorsRequest Modifier and Type Method Description ListPingMonitorsRequest
ListPingMonitorsRequest.Builder. build()
Build the instance of ListPingMonitorsRequest as configured by this builderListPingMonitorsRequest
ListPingMonitorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPingMonitorsRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type ListPingMonitorsRequest Modifier and Type Method Description ListPingMonitorsRequest.Builder
ListPingMonitorsRequest.Builder. copy(ListPingMonitorsRequest o)
Copy method to populate the builder with values from the given instance.
-