Uses of Class
com.oracle.bmc.osmanagementhub.requests.RebootManagedInstanceRequest
-
Packages that use RebootManagedInstanceRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of RebootManagedInstanceRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type RebootManagedInstanceRequest Modifier and Type Method Description RebootManagedInstanceResponse
ManagedInstance. rebootManagedInstance(RebootManagedInstanceRequest request)
Initiates a reboot of the specified managed instance.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)
RebootManagedInstanceResponse
ManagedInstanceClient. rebootManagedInstance(RebootManagedInstanceRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RebootManagedInstanceRequest 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 RebootManagedInstanceRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return RebootManagedInstanceRequest Modifier and Type Method Description RebootManagedInstanceRequest
RebootManagedInstanceRequest.Builder. build()
Build the instance of RebootManagedInstanceRequest as configured by this builderRebootManagedInstanceRequest
RebootManagedInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RebootManagedInstanceRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type RebootManagedInstanceRequest Modifier and Type Method Description RebootManagedInstanceRequest.Builder
RebootManagedInstanceRequest.Builder. copy(RebootManagedInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-