Uses of Class
com.oracle.bmc.healthchecks.responses.ListPingMonitorsResponse
-
Packages that use ListPingMonitorsResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses -
-
Uses of ListPingMonitorsResponse in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return ListPingMonitorsResponse Modifier and Type Method Description ListPingMonitorsResponse
HealthChecks. listPingMonitors(ListPingMonitorsRequest request)
Gets a list of configured ping monitors.ListPingMonitorsResponse
HealthChecksClient. listPingMonitors(ListPingMonitorsRequest request)
Methods in com.oracle.bmc.healthchecks that return types with arguments of type ListPingMonitorsResponse 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)
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 ListPingMonitorsResponse 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 ListPingMonitorsResponse in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return ListPingMonitorsResponse Modifier and Type Method Description ListPingMonitorsResponse
ListPingMonitorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type ListPingMonitorsResponse Modifier and Type Method Description ListPingMonitorsResponse.Builder
ListPingMonitorsResponse.Builder. copy(ListPingMonitorsResponse o)
Copy method to populate the builder with values from the given instance.
-