Uses of Class
com.oracle.bmc.healthchecks.requests.ChangePingMonitorCompartmentRequest
-
Packages that use ChangePingMonitorCompartmentRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests -
-
Uses of ChangePingMonitorCompartmentRequest in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks with parameters of type ChangePingMonitorCompartmentRequest Modifier and Type Method Description ChangePingMonitorCompartmentResponse
HealthChecks. changePingMonitorCompartment(ChangePingMonitorCompartmentRequest request)
Moves a monitor into a different compartment.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)
ChangePingMonitorCompartmentResponse
HealthChecksClient. changePingMonitorCompartment(ChangePingMonitorCompartmentRequest request)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type ChangePingMonitorCompartmentRequest 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 ChangePingMonitorCompartmentRequest in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return ChangePingMonitorCompartmentRequest Modifier and Type Method Description ChangePingMonitorCompartmentRequest
ChangePingMonitorCompartmentRequest.Builder. build()
Build the instance of ChangePingMonitorCompartmentRequest as configured by this builderChangePingMonitorCompartmentRequest
ChangePingMonitorCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangePingMonitorCompartmentRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type ChangePingMonitorCompartmentRequest Modifier and Type Method Description ChangePingMonitorCompartmentRequest.Builder
ChangePingMonitorCompartmentRequest.Builder. copy(ChangePingMonitorCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-