Uses of Class
com.oracle.bmc.wlms.responses.UpdateManagedInstanceResponse
-
Packages that use UpdateManagedInstanceResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of UpdateManagedInstanceResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return UpdateManagedInstanceResponse Modifier and Type Method Description UpdateManagedInstanceResponse
WeblogicManagementService. updateManagedInstance(UpdateManagedInstanceRequest request)
Updates the specified managed instance information, such as discovery interval and domain search path.UpdateManagedInstanceResponse
WeblogicManagementServiceClient. updateManagedInstance(UpdateManagedInstanceRequest request)
Methods in com.oracle.bmc.wlms that return types with arguments of type UpdateManagedInstanceResponse Modifier and Type Method Description Future<UpdateManagedInstanceResponse>
WeblogicManagementServiceAsync. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
Updates the specified managed instance information, such as discovery interval and domain search path.Future<UpdateManagedInstanceResponse>
WeblogicManagementServiceAsyncClient. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
Method parameters in com.oracle.bmc.wlms with type arguments of type UpdateManagedInstanceResponse Modifier and Type Method Description Future<UpdateManagedInstanceResponse>
WeblogicManagementServiceAsync. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
Updates the specified managed instance information, such as discovery interval and domain search path.Future<UpdateManagedInstanceResponse>
WeblogicManagementServiceAsyncClient. updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler)
-
Uses of UpdateManagedInstanceResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return UpdateManagedInstanceResponse Modifier and Type Method Description UpdateManagedInstanceResponse
UpdateManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.wlms.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.
-