Uses of Class
com.oracle.bmc.osmanagement.responses.UpdateManagedInstanceResponse
-
Packages that use UpdateManagedInstanceResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of UpdateManagedInstanceResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return UpdateManagedInstanceResponse Modifier and Type Method Description UpdateManagedInstanceResponse
OsManagement. updateManagedInstance(UpdateManagedInstanceRequest request)
Updates a specific Managed Instance.UpdateManagedInstanceResponse
OsManagementClient. updateManagedInstance(UpdateManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type UpdateManagedInstanceResponse Modifier and Type Method Description Future<UpdateManagedInstanceResponse>
OsManagementAsync. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
Updates a specific Managed Instance.Future<UpdateManagedInstanceResponse>
OsManagementAsyncClient. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type UpdateManagedInstanceResponse Modifier and Type Method Description Future<UpdateManagedInstanceResponse>
OsManagementAsync. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
Updates a specific Managed Instance.Future<UpdateManagedInstanceResponse>
OsManagementAsyncClient. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
-
Uses of UpdateManagedInstanceResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return UpdateManagedInstanceResponse Modifier and Type Method Description UpdateManagedInstanceResponse
UpdateManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.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.
-