Uses of Class
com.oracle.bmc.osmanagement.requests.UpdateManagedInstanceRequest
-
Packages that use UpdateManagedInstanceRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of UpdateManagedInstanceRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type UpdateManagedInstanceRequest Modifier and Type Method Description UpdateManagedInstanceResponse
OsManagement. updateManagedInstance(UpdateManagedInstanceRequest request)
Updates a specific Managed Instance.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)
UpdateManagedInstanceResponse
OsManagementClient. updateManagedInstance(UpdateManagedInstanceRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type UpdateManagedInstanceRequest 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 UpdateManagedInstanceRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.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.osmanagement.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.
-