Uses of Class
com.oracle.bmc.osmanagementhub.responses.RebootManagedInstanceResponse
- 
Packages that use RebootManagedInstanceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses 
- 
- 
Uses of RebootManagedInstanceResponse in com.oracle.bmc.osmanagementhubMethods in com.oracle.bmc.osmanagementhub that return RebootManagedInstanceResponse Modifier and Type Method Description RebootManagedInstanceResponseManagedInstance. rebootManagedInstance(RebootManagedInstanceRequest request)Initiates a reboot of the specified managed instance.RebootManagedInstanceResponseManagedInstanceClient. rebootManagedInstance(RebootManagedInstanceRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type RebootManagedInstanceResponse Modifier and Type Method Description Future<RebootManagedInstanceResponse>ManagedInstanceAsync. rebootManagedInstance(RebootManagedInstanceRequest request, AsyncHandler<RebootManagedInstanceRequest,RebootManagedInstanceResponse> handler)Initiates a reboot of the specified managed instance.Future<RebootManagedInstanceResponse>ManagedInstanceAsyncClient. rebootManagedInstance(RebootManagedInstanceRequest request, AsyncHandler<RebootManagedInstanceRequest,RebootManagedInstanceResponse> handler)Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RebootManagedInstanceResponse Modifier and Type Method Description Future<RebootManagedInstanceResponse>ManagedInstanceAsync. rebootManagedInstance(RebootManagedInstanceRequest request, AsyncHandler<RebootManagedInstanceRequest,RebootManagedInstanceResponse> handler)Initiates a reboot of the specified managed instance.Future<RebootManagedInstanceResponse>ManagedInstanceAsyncClient. rebootManagedInstance(RebootManagedInstanceRequest request, AsyncHandler<RebootManagedInstanceRequest,RebootManagedInstanceResponse> handler)
- 
Uses of RebootManagedInstanceResponse in com.oracle.bmc.osmanagementhub.responsesMethods in com.oracle.bmc.osmanagementhub.responses that return RebootManagedInstanceResponse Modifier and Type Method Description RebootManagedInstanceResponseRebootManagedInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type RebootManagedInstanceResponse Modifier and Type Method Description RebootManagedInstanceResponse.BuilderRebootManagedInstanceResponse.Builder. copy(RebootManagedInstanceResponse o)Copy method to populate the builder with values from the given instance.
 
-