Uses of Class
com.oracle.bmc.osmanagementhub.requests.RebootManagedInstanceGroupRequest
-
Packages that use RebootManagedInstanceGroupRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of RebootManagedInstanceGroupRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type RebootManagedInstanceGroupRequest Modifier and Type Method Description RebootManagedInstanceGroupResponse
ManagedInstanceGroup. rebootManagedInstanceGroup(RebootManagedInstanceGroupRequest request)
Reboots all managed instances in the specified group.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)
RebootManagedInstanceGroupResponse
ManagedInstanceGroupClient. rebootManagedInstanceGroup(RebootManagedInstanceGroupRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RebootManagedInstanceGroupRequest 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 RebootManagedInstanceGroupRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return RebootManagedInstanceGroupRequest Modifier and Type Method Description RebootManagedInstanceGroupRequest
RebootManagedInstanceGroupRequest.Builder. build()
Build the instance of RebootManagedInstanceGroupRequest as configured by this builderRebootManagedInstanceGroupRequest
RebootManagedInstanceGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RebootManagedInstanceGroupRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type RebootManagedInstanceGroupRequest Modifier and Type Method Description RebootManagedInstanceGroupRequest.Builder
RebootManagedInstanceGroupRequest.Builder. copy(RebootManagedInstanceGroupRequest o)
Copy method to populate the builder with values from the given instance.
-