Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.responses |
Modifier and Type | Method and Description |
---|---|
ListStatementsResponse |
DataFlowClient.listStatements(ListStatementsRequest request) |
ListStatementsResponse |
DataFlow.listStatements(ListStatementsRequest request)
Lists all statements for a Session run.
|
Modifier and Type | Method and Description |
---|---|
Future<ListStatementsResponse> |
DataFlowAsyncClient.listStatements(ListStatementsRequest request,
AsyncHandler<ListStatementsRequest,ListStatementsResponse> handler) |
Future<ListStatementsResponse> |
DataFlowAsync.listStatements(ListStatementsRequest request,
AsyncHandler<ListStatementsRequest,ListStatementsResponse> handler)
Lists all statements for a Session run.
|
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> |
DataFlowAsyncClient.listStatements(ListStatementsRequest request,
AsyncHandler<ListStatementsRequest,ListStatementsResponse> handler) |
Future<ListStatementsResponse> |
DataFlowAsync.listStatements(ListStatementsRequest request,
AsyncHandler<ListStatementsRequest,ListStatementsResponse> handler)
Lists all statements for a Session run.
|
Modifier and Type | Method and Description |
---|---|
ListStatementsResponse |
ListStatementsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListStatementsResponse.Builder |
ListStatementsResponse.Builder.copy(ListStatementsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.