Uses of Class
com.oracle.bmc.dataflow.responses.ListStatementsResponse
-
Packages that use ListStatementsResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of ListStatementsResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return ListStatementsResponse Modifier and Type Method Description ListStatementsResponseDataFlow. listStatements(ListStatementsRequest request)Lists all statements for a Session run.ListStatementsResponseDataFlowClient. listStatements(ListStatementsRequest request)Methods in com.oracle.bmc.dataflow that return types with arguments of type ListStatementsResponse 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)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 ListStatementsResponse 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 ListStatementsResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return ListStatementsResponse Modifier and Type Method Description ListStatementsResponseListStatementsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type ListStatementsResponse Modifier and Type Method Description ListStatementsResponse.BuilderListStatementsResponse.Builder. copy(ListStatementsResponse o)Copy method to populate the builder with values from the given instance.
-