Uses of Class
com.oracle.bmc.healthchecks.requests.DeletePingMonitorRequest
-
Packages that use DeletePingMonitorRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests -
-
Uses of DeletePingMonitorRequest in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks with parameters of type DeletePingMonitorRequest Modifier and Type Method Description DeletePingMonitorResponse
HealthChecks. deletePingMonitor(DeletePingMonitorRequest request)
Deletes the ping monitor and its configuration.Future<DeletePingMonitorResponse>
HealthChecksAsync. deletePingMonitor(DeletePingMonitorRequest request, AsyncHandler<DeletePingMonitorRequest,DeletePingMonitorResponse> handler)
Deletes the ping monitor and its configuration.Future<DeletePingMonitorResponse>
HealthChecksAsyncClient. deletePingMonitor(DeletePingMonitorRequest request, AsyncHandler<DeletePingMonitorRequest,DeletePingMonitorResponse> handler)
DeletePingMonitorResponse
HealthChecksClient. deletePingMonitor(DeletePingMonitorRequest request)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type DeletePingMonitorRequest Modifier and Type Method Description Future<DeletePingMonitorResponse>
HealthChecksAsync. deletePingMonitor(DeletePingMonitorRequest request, AsyncHandler<DeletePingMonitorRequest,DeletePingMonitorResponse> handler)
Deletes the ping monitor and its configuration.Future<DeletePingMonitorResponse>
HealthChecksAsyncClient. deletePingMonitor(DeletePingMonitorRequest request, AsyncHandler<DeletePingMonitorRequest,DeletePingMonitorResponse> handler)
-
Uses of DeletePingMonitorRequest in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return DeletePingMonitorRequest Modifier and Type Method Description DeletePingMonitorRequest
DeletePingMonitorRequest.Builder. build()
Build the instance of DeletePingMonitorRequest as configured by this builderDeletePingMonitorRequest
DeletePingMonitorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeletePingMonitorRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type DeletePingMonitorRequest Modifier and Type Method Description DeletePingMonitorRequest.Builder
DeletePingMonitorRequest.Builder. copy(DeletePingMonitorRequest o)
Copy method to populate the builder with values from the given instance.
-