Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
ListStatementsResponse |
DataFlow.listStatements(ListStatementsRequest request)
Lists all statements for a Session run.
|
ListStatementsResponse |
DataFlowClient.listStatements(ListStatementsRequest request) |
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<StatementSummary> |
DataFlowPaginators.listStatementsRecordIterator(ListStatementsRequest request)
Creates a new iterable which will iterate over the
StatementSummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListStatementsRequest |
ListStatementsRequest.Builder.build()
Build the instance of ListStatementsRequest as configured by this builder
|
ListStatementsRequest |
ListStatementsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListStatementsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListStatementsRequest.Builder |
ListStatementsRequest.Builder.copy(ListStatementsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.