Uses of Class
com.oracle.bmc.healthchecks.responses.ChangePingMonitorCompartmentResponse
-
Packages that use ChangePingMonitorCompartmentResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses -
-
Uses of ChangePingMonitorCompartmentResponse in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return ChangePingMonitorCompartmentResponse Modifier and Type Method Description ChangePingMonitorCompartmentResponse
HealthChecks. changePingMonitorCompartment(ChangePingMonitorCompartmentRequest request)
Moves a monitor into a different compartment.ChangePingMonitorCompartmentResponse
HealthChecksClient. changePingMonitorCompartment(ChangePingMonitorCompartmentRequest request)
Methods in com.oracle.bmc.healthchecks that return types with arguments of type ChangePingMonitorCompartmentResponse Modifier and Type Method Description Future<ChangePingMonitorCompartmentResponse>
HealthChecksAsync. changePingMonitorCompartment(ChangePingMonitorCompartmentRequest request, AsyncHandler<ChangePingMonitorCompartmentRequest,ChangePingMonitorCompartmentResponse> handler)
Moves a monitor into a different compartment.Future<ChangePingMonitorCompartmentResponse>
HealthChecksAsyncClient. changePingMonitorCompartment(ChangePingMonitorCompartmentRequest request, AsyncHandler<ChangePingMonitorCompartmentRequest,ChangePingMonitorCompartmentResponse> handler)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type ChangePingMonitorCompartmentResponse Modifier and Type Method Description Future<ChangePingMonitorCompartmentResponse>
HealthChecksAsync. changePingMonitorCompartment(ChangePingMonitorCompartmentRequest request, AsyncHandler<ChangePingMonitorCompartmentRequest,ChangePingMonitorCompartmentResponse> handler)
Moves a monitor into a different compartment.Future<ChangePingMonitorCompartmentResponse>
HealthChecksAsyncClient. changePingMonitorCompartment(ChangePingMonitorCompartmentRequest request, AsyncHandler<ChangePingMonitorCompartmentRequest,ChangePingMonitorCompartmentResponse> handler)
-
Uses of ChangePingMonitorCompartmentResponse in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return ChangePingMonitorCompartmentResponse Modifier and Type Method Description ChangePingMonitorCompartmentResponse
ChangePingMonitorCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type ChangePingMonitorCompartmentResponse Modifier and Type Method Description ChangePingMonitorCompartmentResponse.Builder
ChangePingMonitorCompartmentResponse.Builder. copy(ChangePingMonitorCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-