Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetStatementRequest,GetStatementResponse> |
DataFlowWaiters.forStatement(GetStatementRequest request,
StatementLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetStatementRequest,GetStatementResponse> |
DataFlowWaiters.forStatement(GetStatementRequest request,
StatementLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetStatementRequest,GetStatementResponse> |
DataFlowWaiters.forStatement(GetStatementRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
StatementLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<GetStatementRequest,GetStatementResponse> |
DataFlowWaiters.forStatement(GetStatementRequest request,
StatementLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetStatementRequest,GetStatementResponse> |
DataFlowWaiters.forStatement(GetStatementRequest request,
StatementLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetStatementRequest,GetStatementResponse> |
DataFlowWaiters.forStatement(GetStatementRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
StatementLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
GetStatementResponse |
DataFlowClient.getStatement(GetStatementRequest request) |
GetStatementResponse |
DataFlow.getStatement(GetStatementRequest request)
Retrieves the statement corresponding to the
statementId for a Session run specified by
runId . |
Future<GetStatementResponse> |
DataFlowAsyncClient.getStatement(GetStatementRequest request,
AsyncHandler<GetStatementRequest,GetStatementResponse> handler) |
Future<GetStatementResponse> |
DataFlowAsync.getStatement(GetStatementRequest request,
AsyncHandler<GetStatementRequest,GetStatementResponse> handler)
Retrieves the statement corresponding to the
statementId for a Session run specified by
runId . |
Modifier and Type | Method and Description |
---|---|
Future<GetStatementResponse> |
DataFlowAsyncClient.getStatement(GetStatementRequest request,
AsyncHandler<GetStatementRequest,GetStatementResponse> handler) |
Future<GetStatementResponse> |
DataFlowAsync.getStatement(GetStatementRequest request,
AsyncHandler<GetStatementRequest,GetStatementResponse> handler)
Retrieves the statement corresponding to the
statementId for a Session run specified by
runId . |
Modifier and Type | Method and Description |
---|---|
GetStatementRequest |
GetStatementRequest.Builder.build()
Build the instance of GetStatementRequest as configured by this builder
|
GetStatementRequest |
GetStatementRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetStatementRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetStatementRequest.Builder |
GetStatementRequest.Builder.copy(GetStatementRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.