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.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return RebootManagedInstanceResponse Modifier and Type Method Description RebootManagedInstanceResponse
ManagedInstance. rebootManagedInstance(RebootManagedInstanceRequest request)
Initiates a reboot of the specified managed instance.RebootManagedInstanceResponse
ManagedInstanceClient. 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.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return RebootManagedInstanceResponse Modifier and Type Method Description RebootManagedInstanceResponse
RebootManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type RebootManagedInstanceResponse Modifier and Type Method Description RebootManagedInstanceResponse.Builder
RebootManagedInstanceResponse.Builder. copy(RebootManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-