Uses of Class
com.oracle.bmc.iot.requests.UpdateIotFlowRuntimeFlowsRequest
-
Packages that use UpdateIotFlowRuntimeFlowsRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of UpdateIotFlowRuntimeFlowsRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type UpdateIotFlowRuntimeFlowsRequest Modifier and Type Method Description UpdateIotFlowRuntimeFlowsResponseIot. updateIotFlowRuntimeFlows(UpdateIotFlowRuntimeFlowsRequest request)Replaces the complete flows document for the IoT flow runtime identified by the specified OCID.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)UpdateIotFlowRuntimeFlowsResponseIotClient. updateIotFlowRuntimeFlows(UpdateIotFlowRuntimeFlowsRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type UpdateIotFlowRuntimeFlowsRequest 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 UpdateIotFlowRuntimeFlowsRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return UpdateIotFlowRuntimeFlowsRequest Modifier and Type Method Description UpdateIotFlowRuntimeFlowsRequestUpdateIotFlowRuntimeFlowsRequest.Builder. build()Build the instance of UpdateIotFlowRuntimeFlowsRequest as configured by this builderUpdateIotFlowRuntimeFlowsRequestUpdateIotFlowRuntimeFlowsRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateIotFlowRuntimeFlowsRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type UpdateIotFlowRuntimeFlowsRequest Modifier and Type Method Description UpdateIotFlowRuntimeFlowsRequest.BuilderUpdateIotFlowRuntimeFlowsRequest.Builder. copy(UpdateIotFlowRuntimeFlowsRequest o)Copy method to populate the builder with values from the given instance.
-