Uses of Class
com.oracle.bmc.dataflow.requests.CreateStatementRequest
-
Packages that use CreateStatementRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of CreateStatementRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type CreateStatementRequest Modifier and Type Method Description CreateStatementResponse
DataFlow. createStatement(CreateStatementRequest request)
Executes a statement for a Session run.Future<CreateStatementResponse>
DataFlowAsync. createStatement(CreateStatementRequest request, AsyncHandler<CreateStatementRequest,CreateStatementResponse> handler)
Executes a statement for a Session run.Future<CreateStatementResponse>
DataFlowAsyncClient. createStatement(CreateStatementRequest request, AsyncHandler<CreateStatementRequest,CreateStatementResponse> handler)
CreateStatementResponse
DataFlowClient. createStatement(CreateStatementRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type CreateStatementRequest Modifier and Type Method Description Future<CreateStatementResponse>
DataFlowAsync. createStatement(CreateStatementRequest request, AsyncHandler<CreateStatementRequest,CreateStatementResponse> handler)
Executes a statement for a Session run.Future<CreateStatementResponse>
DataFlowAsyncClient. createStatement(CreateStatementRequest request, AsyncHandler<CreateStatementRequest,CreateStatementResponse> handler)
-
Uses of CreateStatementRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return CreateStatementRequest Modifier and Type Method Description CreateStatementRequest
CreateStatementRequest.Builder. build()
Build the instance of CreateStatementRequest as configured by this builderCreateStatementRequest
CreateStatementRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateStatementRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type CreateStatementRequest Modifier and Type Method Description CreateStatementRequest.Builder
CreateStatementRequest.Builder. copy(CreateStatementRequest o)
Copy method to populate the builder with values from the given instance.
-