Uses of Class
com.oracle.bmc.iot.requests.UpdateIotFlowRuntimeRequest
-
Packages that use UpdateIotFlowRuntimeRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of UpdateIotFlowRuntimeRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type UpdateIotFlowRuntimeRequest Modifier and Type Method Description UpdateIotFlowRuntimeResponseIot. updateIotFlowRuntime(UpdateIotFlowRuntimeRequest request)Updates the IoT flow runtime identified by the specified OCID.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)UpdateIotFlowRuntimeResponseIotClient. updateIotFlowRuntime(UpdateIotFlowRuntimeRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type UpdateIotFlowRuntimeRequest 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 UpdateIotFlowRuntimeRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return UpdateIotFlowRuntimeRequest Modifier and Type Method Description UpdateIotFlowRuntimeRequestUpdateIotFlowRuntimeRequest.Builder. build()Build the instance of UpdateIotFlowRuntimeRequest as configured by this builderUpdateIotFlowRuntimeRequestUpdateIotFlowRuntimeRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateIotFlowRuntimeRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type UpdateIotFlowRuntimeRequest Modifier and Type Method Description UpdateIotFlowRuntimeRequest.BuilderUpdateIotFlowRuntimeRequest.Builder. copy(UpdateIotFlowRuntimeRequest o)Copy method to populate the builder with values from the given instance.
-