Uses of Class
com.oracle.bmc.iot.responses.GetIotFlowRuntimeResponse
-
Packages that use GetIotFlowRuntimeResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of GetIotFlowRuntimeResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return GetIotFlowRuntimeResponse Modifier and Type Method Description GetIotFlowRuntimeResponseIot. getIotFlowRuntime(GetIotFlowRuntimeRequest request)Gets the IoT flow runtime identified by the specified OCID.GetIotFlowRuntimeResponseIotClient. getIotFlowRuntime(GetIotFlowRuntimeRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type GetIotFlowRuntimeResponse Modifier and Type Method Description Future<GetIotFlowRuntimeResponse>IotAsync. getIotFlowRuntime(GetIotFlowRuntimeRequest request, AsyncHandler<GetIotFlowRuntimeRequest,GetIotFlowRuntimeResponse> handler)Gets the IoT flow runtime identified by the specified OCID.Future<GetIotFlowRuntimeResponse>IotAsyncClient. getIotFlowRuntime(GetIotFlowRuntimeRequest request, AsyncHandler<GetIotFlowRuntimeRequest,GetIotFlowRuntimeResponse> handler) -
Uses of GetIotFlowRuntimeResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return GetIotFlowRuntimeResponse Modifier and Type Method Description GetIotFlowRuntimeResponseGetIotFlowRuntimeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type GetIotFlowRuntimeResponse Modifier and Type Method Description GetIotFlowRuntimeResponse.BuilderGetIotFlowRuntimeResponse.Builder. copy(GetIotFlowRuntimeResponse o)Copy method to populate the builder with values from the given instance.
-