Uses of Class
com.oracle.bmc.iot.requests.DeactivateIotFlowRuntimeRequest
-
Packages that use DeactivateIotFlowRuntimeRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of DeactivateIotFlowRuntimeRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type DeactivateIotFlowRuntimeRequest Modifier and Type Method Description DeactivateIotFlowRuntimeResponseIot. deactivateIotFlowRuntime(DeactivateIotFlowRuntimeRequest request)Deactivates the IoT flow runtime identified by the specified OCID.Future<DeactivateIotFlowRuntimeResponse>IotAsync. deactivateIotFlowRuntime(DeactivateIotFlowRuntimeRequest request, AsyncHandler<DeactivateIotFlowRuntimeRequest,DeactivateIotFlowRuntimeResponse> handler)Deactivates the IoT flow runtime identified by the specified OCID.Future<DeactivateIotFlowRuntimeResponse>IotAsyncClient. deactivateIotFlowRuntime(DeactivateIotFlowRuntimeRequest request, AsyncHandler<DeactivateIotFlowRuntimeRequest,DeactivateIotFlowRuntimeResponse> handler)DeactivateIotFlowRuntimeResponseIotClient. deactivateIotFlowRuntime(DeactivateIotFlowRuntimeRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type DeactivateIotFlowRuntimeRequest Modifier and Type Method Description Future<DeactivateIotFlowRuntimeResponse>IotAsync. deactivateIotFlowRuntime(DeactivateIotFlowRuntimeRequest request, AsyncHandler<DeactivateIotFlowRuntimeRequest,DeactivateIotFlowRuntimeResponse> handler)Deactivates the IoT flow runtime identified by the specified OCID.Future<DeactivateIotFlowRuntimeResponse>IotAsyncClient. deactivateIotFlowRuntime(DeactivateIotFlowRuntimeRequest request, AsyncHandler<DeactivateIotFlowRuntimeRequest,DeactivateIotFlowRuntimeResponse> handler) -
Uses of DeactivateIotFlowRuntimeRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return DeactivateIotFlowRuntimeRequest Modifier and Type Method Description DeactivateIotFlowRuntimeRequestDeactivateIotFlowRuntimeRequest.Builder. build()Build the instance of DeactivateIotFlowRuntimeRequest as configured by this builderDeactivateIotFlowRuntimeRequestDeactivateIotFlowRuntimeRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeactivateIotFlowRuntimeRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type DeactivateIotFlowRuntimeRequest Modifier and Type Method Description DeactivateIotFlowRuntimeRequest.BuilderDeactivateIotFlowRuntimeRequest.Builder. copy(DeactivateIotFlowRuntimeRequest o)Copy method to populate the builder with values from the given instance.
-