Uses of Class
com.oracle.bmc.osmanagementhub.responses.UpdateManagedInstanceResponse
-
Packages that use UpdateManagedInstanceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of UpdateManagedInstanceResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return UpdateManagedInstanceResponse Modifier and Type Method Description UpdateManagedInstanceResponse
ManagedInstance. updateManagedInstance(UpdateManagedInstanceRequest request)
Updates the specified managed instance information, such as description, ONS topic, and associated management station.UpdateManagedInstanceResponse
ManagedInstanceClient. updateManagedInstance(UpdateManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type UpdateManagedInstanceResponse Modifier and Type Method Description Future<UpdateManagedInstanceResponse>
ManagedInstanceAsync. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
Updates the specified managed instance information, such as description, ONS topic, and associated management station.Future<UpdateManagedInstanceResponse>
ManagedInstanceAsyncClient. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateManagedInstanceResponse Modifier and Type Method Description Future<UpdateManagedInstanceResponse>
ManagedInstanceAsync. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
Updates the specified managed instance information, such as description, ONS topic, and associated management station.Future<UpdateManagedInstanceResponse>
ManagedInstanceAsyncClient. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
-
Uses of UpdateManagedInstanceResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return UpdateManagedInstanceResponse Modifier and Type Method Description UpdateManagedInstanceResponse
UpdateManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type UpdateManagedInstanceResponse Modifier and Type Method Description UpdateManagedInstanceResponse.Builder
UpdateManagedInstanceResponse.Builder. copy(UpdateManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-