Uses of Class
com.oracle.bmc.dataflow.requests.GetStatementRequest
-
Packages that use GetStatementRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of GetStatementRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return types with arguments of type GetStatementRequest Modifier and Type Method Description Waiter<GetStatementRequest,GetStatementResponse>
DataFlowWaiters. forStatement(GetStatementRequest request, StatementLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStatementRequest,GetStatementResponse>
DataFlowWaiters. forStatement(GetStatementRequest request, StatementLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStatementRequest,GetStatementResponse>
DataFlowWaiters. forStatement(GetStatementRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, StatementLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.dataflow with parameters of type GetStatementRequest Modifier and Type Method Description Waiter<GetStatementRequest,GetStatementResponse>
DataFlowWaiters. forStatement(GetStatementRequest request, StatementLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStatementRequest,GetStatementResponse>
DataFlowWaiters. forStatement(GetStatementRequest request, StatementLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStatementRequest,GetStatementResponse>
DataFlowWaiters. forStatement(GetStatementRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, StatementLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetStatementResponse
DataFlow. getStatement(GetStatementRequest request)
Retrieves the statement corresponding to thestatementId
for a Session run specified byrunId
.Future<GetStatementResponse>
DataFlowAsync. getStatement(GetStatementRequest request, AsyncHandler<GetStatementRequest,GetStatementResponse> handler)
Retrieves the statement corresponding to thestatementId
for a Session run specified byrunId
.Future<GetStatementResponse>
DataFlowAsyncClient. getStatement(GetStatementRequest request, AsyncHandler<GetStatementRequest,GetStatementResponse> handler)
GetStatementResponse
DataFlowClient. getStatement(GetStatementRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type GetStatementRequest Modifier and Type Method Description Future<GetStatementResponse>
DataFlowAsync. getStatement(GetStatementRequest request, AsyncHandler<GetStatementRequest,GetStatementResponse> handler)
Retrieves the statement corresponding to thestatementId
for a Session run specified byrunId
.Future<GetStatementResponse>
DataFlowAsyncClient. getStatement(GetStatementRequest request, AsyncHandler<GetStatementRequest,GetStatementResponse> handler)
-
Uses of GetStatementRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return GetStatementRequest Modifier and Type Method Description GetStatementRequest
GetStatementRequest.Builder. build()
Build the instance of GetStatementRequest as configured by this builderGetStatementRequest
GetStatementRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetStatementRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type GetStatementRequest Modifier and Type Method Description GetStatementRequest.Builder
GetStatementRequest.Builder. copy(GetStatementRequest o)
Copy method to populate the builder with values from the given instance.
-