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