Uses of Class
com.oracle.bmc.iot.requests.ActivateIotFlowRuntimeRequest
-
Packages that use ActivateIotFlowRuntimeRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of ActivateIotFlowRuntimeRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type ActivateIotFlowRuntimeRequest Modifier and Type Method Description ActivateIotFlowRuntimeResponseIot. activateIotFlowRuntime(ActivateIotFlowRuntimeRequest request)Activates the IoT flow runtime identified by the specified OCID.Future<ActivateIotFlowRuntimeResponse>IotAsync. activateIotFlowRuntime(ActivateIotFlowRuntimeRequest request, AsyncHandler<ActivateIotFlowRuntimeRequest,ActivateIotFlowRuntimeResponse> handler)Activates the IoT flow runtime identified by the specified OCID.Future<ActivateIotFlowRuntimeResponse>IotAsyncClient. activateIotFlowRuntime(ActivateIotFlowRuntimeRequest request, AsyncHandler<ActivateIotFlowRuntimeRequest,ActivateIotFlowRuntimeResponse> handler)ActivateIotFlowRuntimeResponseIotClient. activateIotFlowRuntime(ActivateIotFlowRuntimeRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type ActivateIotFlowRuntimeRequest Modifier and Type Method Description Future<ActivateIotFlowRuntimeResponse>IotAsync. activateIotFlowRuntime(ActivateIotFlowRuntimeRequest request, AsyncHandler<ActivateIotFlowRuntimeRequest,ActivateIotFlowRuntimeResponse> handler)Activates the IoT flow runtime identified by the specified OCID.Future<ActivateIotFlowRuntimeResponse>IotAsyncClient. activateIotFlowRuntime(ActivateIotFlowRuntimeRequest request, AsyncHandler<ActivateIotFlowRuntimeRequest,ActivateIotFlowRuntimeResponse> handler) -
Uses of ActivateIotFlowRuntimeRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return ActivateIotFlowRuntimeRequest Modifier and Type Method Description ActivateIotFlowRuntimeRequestActivateIotFlowRuntimeRequest.Builder. build()Build the instance of ActivateIotFlowRuntimeRequest as configured by this builderActivateIotFlowRuntimeRequestActivateIotFlowRuntimeRequest.Builder. buildWithoutInvocationCallback()Build the instance of ActivateIotFlowRuntimeRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type ActivateIotFlowRuntimeRequest Modifier and Type Method Description ActivateIotFlowRuntimeRequest.BuilderActivateIotFlowRuntimeRequest.Builder. copy(ActivateIotFlowRuntimeRequest o)Copy method to populate the builder with values from the given instance.
-