Waiter<GetIotFlowRuntimeRequest,GetIotFlowRuntimeResponse> |
IotWaiters.forIotFlowRuntime(GetIotFlowRuntimeRequest request,
IotFlowRuntime.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetIotFlowRuntimeRequest,GetIotFlowRuntimeResponse> |
IotWaiters.forIotFlowRuntime(GetIotFlowRuntimeRequest request,
IotFlowRuntime.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetIotFlowRuntimeRequest,GetIotFlowRuntimeResponse> |
IotWaiters.forIotFlowRuntime(GetIotFlowRuntimeRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
IotFlowRuntime.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetIotFlowRuntimeResponse |
Iot.getIotFlowRuntime(GetIotFlowRuntimeRequest request) |
Gets the IoT flow runtime identified by the specified OCID.
|
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) |
|
GetIotFlowRuntimeResponse |
IotClient.getIotFlowRuntime(GetIotFlowRuntimeRequest request) |
|