Uses of Class
com.oracle.bmc.wlms.requests.UpdateManagedInstanceRequest
-
Packages that use UpdateManagedInstanceRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of UpdateManagedInstanceRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type UpdateManagedInstanceRequest Modifier and Type Method Description UpdateManagedInstanceResponse
WeblogicManagementService. updateManagedInstance(UpdateManagedInstanceRequest request)
Updates the specified managed instance information, such as discovery interval and domain search path.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)
UpdateManagedInstanceResponse
WeblogicManagementServiceClient. updateManagedInstance(UpdateManagedInstanceRequest request)
Method parameters in com.oracle.bmc.wlms with type arguments of type UpdateManagedInstanceRequest 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 UpdateManagedInstanceRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.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.wlms.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.
-