Uses of Class
com.oracle.bmc.osmanagementhub.responses.RebootManagedInstanceGroupResponse
-
Packages that use RebootManagedInstanceGroupResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of RebootManagedInstanceGroupResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return RebootManagedInstanceGroupResponse Modifier and Type Method Description RebootManagedInstanceGroupResponse
ManagedInstanceGroup. rebootManagedInstanceGroup(RebootManagedInstanceGroupRequest request)
Reboots all managed instances in the specified group.RebootManagedInstanceGroupResponse
ManagedInstanceGroupClient. rebootManagedInstanceGroup(RebootManagedInstanceGroupRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type RebootManagedInstanceGroupResponse Modifier and Type Method Description Future<RebootManagedInstanceGroupResponse>
ManagedInstanceGroupAsync. rebootManagedInstanceGroup(RebootManagedInstanceGroupRequest request, AsyncHandler<RebootManagedInstanceGroupRequest,RebootManagedInstanceGroupResponse> handler)
Reboots all managed instances in the specified group.Future<RebootManagedInstanceGroupResponse>
ManagedInstanceGroupAsyncClient. rebootManagedInstanceGroup(RebootManagedInstanceGroupRequest request, AsyncHandler<RebootManagedInstanceGroupRequest,RebootManagedInstanceGroupResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RebootManagedInstanceGroupResponse Modifier and Type Method Description Future<RebootManagedInstanceGroupResponse>
ManagedInstanceGroupAsync. rebootManagedInstanceGroup(RebootManagedInstanceGroupRequest request, AsyncHandler<RebootManagedInstanceGroupRequest,RebootManagedInstanceGroupResponse> handler)
Reboots all managed instances in the specified group.Future<RebootManagedInstanceGroupResponse>
ManagedInstanceGroupAsyncClient. rebootManagedInstanceGroup(RebootManagedInstanceGroupRequest request, AsyncHandler<RebootManagedInstanceGroupRequest,RebootManagedInstanceGroupResponse> handler)
-
Uses of RebootManagedInstanceGroupResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return RebootManagedInstanceGroupResponse Modifier and Type Method Description RebootManagedInstanceGroupResponse
RebootManagedInstanceGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type RebootManagedInstanceGroupResponse Modifier and Type Method Description RebootManagedInstanceGroupResponse.Builder
RebootManagedInstanceGroupResponse.Builder. copy(RebootManagedInstanceGroupResponse o)
Copy method to populate the builder with values from the given instance.
-