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