Uses of Class
com.oracle.bmc.iot.responses.DeleteIotFlowRuntimeResponse
-
Packages that use DeleteIotFlowRuntimeResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of DeleteIotFlowRuntimeResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return DeleteIotFlowRuntimeResponse Modifier and Type Method Description DeleteIotFlowRuntimeResponseIot. deleteIotFlowRuntime(DeleteIotFlowRuntimeRequest request)Deletes the IoT flow runtime identified by the specified OCID.DeleteIotFlowRuntimeResponseIotClient. deleteIotFlowRuntime(DeleteIotFlowRuntimeRequest request)Methods in com.oracle.bmc.iot that return types with arguments of type DeleteIotFlowRuntimeResponse 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)Method parameters in com.oracle.bmc.iot with type arguments of type DeleteIotFlowRuntimeResponse 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 DeleteIotFlowRuntimeResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return DeleteIotFlowRuntimeResponse Modifier and Type Method Description DeleteIotFlowRuntimeResponseDeleteIotFlowRuntimeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type DeleteIotFlowRuntimeResponse Modifier and Type Method Description DeleteIotFlowRuntimeResponse.BuilderDeleteIotFlowRuntimeResponse.Builder. copy(DeleteIotFlowRuntimeResponse o)Copy method to populate the builder with values from the given instance.
-