Uses of Class
com.oracle.bmc.iot.requests.DeleteIotFlowRuntimeRequest
-
Packages that use DeleteIotFlowRuntimeRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of DeleteIotFlowRuntimeRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type DeleteIotFlowRuntimeRequest Modifier and Type Method Description DeleteIotFlowRuntimeResponseIot. deleteIotFlowRuntime(DeleteIotFlowRuntimeRequest request)Deletes the IoT flow runtime identified by the specified OCID.Future<DeleteIotFlowRuntimeResponse>IotAsync. deleteIotFlowRuntime(DeleteIotFlowRuntimeRequest request, AsyncHandler<DeleteIotFlowRuntimeRequest,DeleteIotFlowRuntimeResponse> handler)Deletes the IoT flow runtime identified by the specified OCID.Future<DeleteIotFlowRuntimeResponse>IotAsyncClient. deleteIotFlowRuntime(DeleteIotFlowRuntimeRequest request, AsyncHandler<DeleteIotFlowRuntimeRequest,DeleteIotFlowRuntimeResponse> handler)DeleteIotFlowRuntimeResponseIotClient. deleteIotFlowRuntime(DeleteIotFlowRuntimeRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type DeleteIotFlowRuntimeRequest Modifier and Type Method Description Future<DeleteIotFlowRuntimeResponse>IotAsync. deleteIotFlowRuntime(DeleteIotFlowRuntimeRequest request, AsyncHandler<DeleteIotFlowRuntimeRequest,DeleteIotFlowRuntimeResponse> handler)Deletes the IoT flow runtime identified by the specified OCID.Future<DeleteIotFlowRuntimeResponse>IotAsyncClient. deleteIotFlowRuntime(DeleteIotFlowRuntimeRequest request, AsyncHandler<DeleteIotFlowRuntimeRequest,DeleteIotFlowRuntimeResponse> handler) -
Uses of DeleteIotFlowRuntimeRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return DeleteIotFlowRuntimeRequest Modifier and Type Method Description DeleteIotFlowRuntimeRequestDeleteIotFlowRuntimeRequest.Builder. build()Build the instance of DeleteIotFlowRuntimeRequest as configured by this builderDeleteIotFlowRuntimeRequestDeleteIotFlowRuntimeRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteIotFlowRuntimeRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type DeleteIotFlowRuntimeRequest Modifier and Type Method Description DeleteIotFlowRuntimeRequest.BuilderDeleteIotFlowRuntimeRequest.Builder. copy(DeleteIotFlowRuntimeRequest o)Copy method to populate the builder with values from the given instance.
-