Uses of Class
com.oracle.bmc.oce.responses.UpdateOceInstanceResponse
-
Packages that use UpdateOceInstanceResponse Package Description com.oracle.bmc.oce com.oracle.bmc.oce.responses -
-
Uses of UpdateOceInstanceResponse in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce that return UpdateOceInstanceResponse Modifier and Type Method Description UpdateOceInstanceResponse
OceInstance. updateOceInstance(UpdateOceInstanceRequest request)
Updates the OceInstanceUpdateOceInstanceResponse
OceInstanceClient. updateOceInstance(UpdateOceInstanceRequest request)
Methods in com.oracle.bmc.oce that return types with arguments of type UpdateOceInstanceResponse Modifier and Type Method Description Future<UpdateOceInstanceResponse>
OceInstanceAsync. updateOceInstance(UpdateOceInstanceRequest request, AsyncHandler<UpdateOceInstanceRequest,UpdateOceInstanceResponse> handler)
Updates the OceInstanceFuture<UpdateOceInstanceResponse>
OceInstanceAsyncClient. updateOceInstance(UpdateOceInstanceRequest request, AsyncHandler<UpdateOceInstanceRequest,UpdateOceInstanceResponse> handler)
Method parameters in com.oracle.bmc.oce with type arguments of type UpdateOceInstanceResponse Modifier and Type Method Description Future<UpdateOceInstanceResponse>
OceInstanceAsync. updateOceInstance(UpdateOceInstanceRequest request, AsyncHandler<UpdateOceInstanceRequest,UpdateOceInstanceResponse> handler)
Updates the OceInstanceFuture<UpdateOceInstanceResponse>
OceInstanceAsyncClient. updateOceInstance(UpdateOceInstanceRequest request, AsyncHandler<UpdateOceInstanceRequest,UpdateOceInstanceResponse> handler)
-
Uses of UpdateOceInstanceResponse in com.oracle.bmc.oce.responses
Methods in com.oracle.bmc.oce.responses that return UpdateOceInstanceResponse Modifier and Type Method Description UpdateOceInstanceResponse
UpdateOceInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oce.responses with parameters of type UpdateOceInstanceResponse Modifier and Type Method Description UpdateOceInstanceResponse.Builder
UpdateOceInstanceResponse.Builder. copy(UpdateOceInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-