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