Uses of Class
com.oracle.bmc.iot.responses.UpdateIotFlowRuntimeFlowsResponse
-
Packages that use UpdateIotFlowRuntimeFlowsResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of UpdateIotFlowRuntimeFlowsResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return UpdateIotFlowRuntimeFlowsResponse Modifier and Type Method Description UpdateIotFlowRuntimeFlowsResponseIot. updateIotFlowRuntimeFlows(UpdateIotFlowRuntimeFlowsRequest request)Replaces the complete flows document for the IoT flow runtime identified by the specified OCID.UpdateIotFlowRuntimeFlowsResponseIotClient. updateIotFlowRuntimeFlows(UpdateIotFlowRuntimeFlowsRequest request)Methods in com.oracle.bmc.iot that return types with arguments of type UpdateIotFlowRuntimeFlowsResponse Modifier and Type Method Description Future<UpdateIotFlowRuntimeFlowsResponse>IotAsync. updateIotFlowRuntimeFlows(UpdateIotFlowRuntimeFlowsRequest request, AsyncHandler<UpdateIotFlowRuntimeFlowsRequest,UpdateIotFlowRuntimeFlowsResponse> handler)Replaces the complete flows document for the IoT flow runtime identified by the specified OCID.Future<UpdateIotFlowRuntimeFlowsResponse>IotAsyncClient. updateIotFlowRuntimeFlows(UpdateIotFlowRuntimeFlowsRequest request, AsyncHandler<UpdateIotFlowRuntimeFlowsRequest,UpdateIotFlowRuntimeFlowsResponse> handler)Method parameters in com.oracle.bmc.iot with type arguments of type UpdateIotFlowRuntimeFlowsResponse Modifier and Type Method Description Future<UpdateIotFlowRuntimeFlowsResponse>IotAsync. updateIotFlowRuntimeFlows(UpdateIotFlowRuntimeFlowsRequest request, AsyncHandler<UpdateIotFlowRuntimeFlowsRequest,UpdateIotFlowRuntimeFlowsResponse> handler)Replaces the complete flows document for the IoT flow runtime identified by the specified OCID.Future<UpdateIotFlowRuntimeFlowsResponse>IotAsyncClient. updateIotFlowRuntimeFlows(UpdateIotFlowRuntimeFlowsRequest request, AsyncHandler<UpdateIotFlowRuntimeFlowsRequest,UpdateIotFlowRuntimeFlowsResponse> handler) -
Uses of UpdateIotFlowRuntimeFlowsResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return UpdateIotFlowRuntimeFlowsResponse Modifier and Type Method Description UpdateIotFlowRuntimeFlowsResponseUpdateIotFlowRuntimeFlowsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type UpdateIotFlowRuntimeFlowsResponse Modifier and Type Method Description UpdateIotFlowRuntimeFlowsResponse.BuilderUpdateIotFlowRuntimeFlowsResponse.Builder. copy(UpdateIotFlowRuntimeFlowsResponse o)Copy method to populate the builder with values from the given instance.
-