Uses of Class
com.oracle.bmc.iot.requests.GetIotFlowRuntimeFlowsRequest
-
Packages that use GetIotFlowRuntimeFlowsRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of GetIotFlowRuntimeFlowsRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type GetIotFlowRuntimeFlowsRequest Modifier and Type Method Description GetIotFlowRuntimeFlowsResponseIot. getIotFlowRuntimeFlows(GetIotFlowRuntimeFlowsRequest request)Gets the opaque flows document for the IoT flow runtime identified by the specified OCID.Future<GetIotFlowRuntimeFlowsResponse>IotAsync. getIotFlowRuntimeFlows(GetIotFlowRuntimeFlowsRequest request, AsyncHandler<GetIotFlowRuntimeFlowsRequest,GetIotFlowRuntimeFlowsResponse> handler)Gets the opaque flows document for the IoT flow runtime identified by the specified OCID.Future<GetIotFlowRuntimeFlowsResponse>IotAsyncClient. getIotFlowRuntimeFlows(GetIotFlowRuntimeFlowsRequest request, AsyncHandler<GetIotFlowRuntimeFlowsRequest,GetIotFlowRuntimeFlowsResponse> handler)GetIotFlowRuntimeFlowsResponseIotClient. getIotFlowRuntimeFlows(GetIotFlowRuntimeFlowsRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type GetIotFlowRuntimeFlowsRequest Modifier and Type Method Description Future<GetIotFlowRuntimeFlowsResponse>IotAsync. getIotFlowRuntimeFlows(GetIotFlowRuntimeFlowsRequest request, AsyncHandler<GetIotFlowRuntimeFlowsRequest,GetIotFlowRuntimeFlowsResponse> handler)Gets the opaque flows document for the IoT flow runtime identified by the specified OCID.Future<GetIotFlowRuntimeFlowsResponse>IotAsyncClient. getIotFlowRuntimeFlows(GetIotFlowRuntimeFlowsRequest request, AsyncHandler<GetIotFlowRuntimeFlowsRequest,GetIotFlowRuntimeFlowsResponse> handler) -
Uses of GetIotFlowRuntimeFlowsRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return GetIotFlowRuntimeFlowsRequest Modifier and Type Method Description GetIotFlowRuntimeFlowsRequestGetIotFlowRuntimeFlowsRequest.Builder. build()Build the instance of GetIotFlowRuntimeFlowsRequest as configured by this builderGetIotFlowRuntimeFlowsRequestGetIotFlowRuntimeFlowsRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetIotFlowRuntimeFlowsRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type GetIotFlowRuntimeFlowsRequest Modifier and Type Method Description GetIotFlowRuntimeFlowsRequest.BuilderGetIotFlowRuntimeFlowsRequest.Builder. copy(GetIotFlowRuntimeFlowsRequest o)Copy method to populate the builder with values from the given instance.
-