Uses of Class
com.oracle.bmc.iot.responses.UpdateIotFlowRuntimeResponse
-
Packages that use UpdateIotFlowRuntimeResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of UpdateIotFlowRuntimeResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return UpdateIotFlowRuntimeResponse Modifier and Type Method Description UpdateIotFlowRuntimeResponseIot. updateIotFlowRuntime(UpdateIotFlowRuntimeRequest request)Updates the IoT flow runtime identified by the specified OCID.UpdateIotFlowRuntimeResponseIotClient. updateIotFlowRuntime(UpdateIotFlowRuntimeRequest request)Methods in com.oracle.bmc.iot that return types with arguments of type UpdateIotFlowRuntimeResponse Modifier and Type Method Description Future<UpdateIotFlowRuntimeResponse>IotAsync. updateIotFlowRuntime(UpdateIotFlowRuntimeRequest request, AsyncHandler<UpdateIotFlowRuntimeRequest,UpdateIotFlowRuntimeResponse> handler)Updates the IoT flow runtime identified by the specified OCID.Future<UpdateIotFlowRuntimeResponse>IotAsyncClient. updateIotFlowRuntime(UpdateIotFlowRuntimeRequest request, AsyncHandler<UpdateIotFlowRuntimeRequest,UpdateIotFlowRuntimeResponse> handler)Method parameters in com.oracle.bmc.iot with type arguments of type UpdateIotFlowRuntimeResponse Modifier and Type Method Description Future<UpdateIotFlowRuntimeResponse>IotAsync. updateIotFlowRuntime(UpdateIotFlowRuntimeRequest request, AsyncHandler<UpdateIotFlowRuntimeRequest,UpdateIotFlowRuntimeResponse> handler)Updates the IoT flow runtime identified by the specified OCID.Future<UpdateIotFlowRuntimeResponse>IotAsyncClient. updateIotFlowRuntime(UpdateIotFlowRuntimeRequest request, AsyncHandler<UpdateIotFlowRuntimeRequest,UpdateIotFlowRuntimeResponse> handler) -
Uses of UpdateIotFlowRuntimeResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return UpdateIotFlowRuntimeResponse Modifier and Type Method Description UpdateIotFlowRuntimeResponseUpdateIotFlowRuntimeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type UpdateIotFlowRuntimeResponse Modifier and Type Method Description UpdateIotFlowRuntimeResponse.BuilderUpdateIotFlowRuntimeResponse.Builder. copy(UpdateIotFlowRuntimeResponse o)Copy method to populate the builder with values from the given instance.
-