Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.responses |
Modifier and Type | Method and Description |
---|---|
GetStatementResponse |
DataFlowClient.getStatement(GetStatementRequest request) |
GetStatementResponse |
DataFlow.getStatement(GetStatementRequest request)
Retrieves the statement corresponding to the
statementId for a Session run specified by
runId . |
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. |
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 |
---|---|
GetStatementResponse |
GetStatementResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetStatementResponse.Builder |
GetStatementResponse.Builder.copy(GetStatementResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.