Uses of Class
com.oracle.bmc.dataflow.requests.ListStatementsRequest
-
Packages that use ListStatementsRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of ListStatementsRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type ListStatementsRequest Modifier and Type Method Description ListStatementsResponse
DataFlow. listStatements(ListStatementsRequest request)
Lists all statements for a Session run.Future<ListStatementsResponse>
DataFlowAsync. listStatements(ListStatementsRequest request, AsyncHandler<ListStatementsRequest,ListStatementsResponse> handler)
Lists all statements for a Session run.Future<ListStatementsResponse>
DataFlowAsyncClient. listStatements(ListStatementsRequest request, AsyncHandler<ListStatementsRequest,ListStatementsResponse> handler)
ListStatementsResponse
DataFlowClient. listStatements(ListStatementsRequest request)
Iterable<StatementSummary>
DataFlowPaginators. listStatementsRecordIterator(ListStatementsRequest request)
Creates a new iterable which will iterate over theStatementSummary
objects contained in responses from the listStatements operation.Iterable<ListStatementsResponse>
DataFlowPaginators. listStatementsResponseIterator(ListStatementsRequest request)
Creates a new iterable which will iterate over the responses received from the listStatements operation.Method parameters in com.oracle.bmc.dataflow with type arguments of type ListStatementsRequest Modifier and Type Method Description Future<ListStatementsResponse>
DataFlowAsync. listStatements(ListStatementsRequest request, AsyncHandler<ListStatementsRequest,ListStatementsResponse> handler)
Lists all statements for a Session run.Future<ListStatementsResponse>
DataFlowAsyncClient. listStatements(ListStatementsRequest request, AsyncHandler<ListStatementsRequest,ListStatementsResponse> handler)
-
Uses of ListStatementsRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ListStatementsRequest Modifier and Type Method Description ListStatementsRequest
ListStatementsRequest.Builder. build()
Build the instance of ListStatementsRequest as configured by this builderListStatementsRequest
ListStatementsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListStatementsRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type ListStatementsRequest Modifier and Type Method Description ListStatementsRequest.Builder
ListStatementsRequest.Builder. copy(ListStatementsRequest o)
Copy method to populate the builder with values from the given instance.
-