Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.responses |
Modifier and Type | Method and Description |
---|---|
ListRunLogsResponse |
DataFlowClient.listRunLogs(ListRunLogsRequest request) |
ListRunLogsResponse |
DataFlow.listRunLogs(ListRunLogsRequest request)
Retrieves summaries of the run’s logs.
|
Modifier and Type | Method and Description |
---|---|
Future<ListRunLogsResponse> |
DataFlowAsyncClient.listRunLogs(ListRunLogsRequest request,
AsyncHandler<ListRunLogsRequest,ListRunLogsResponse> handler) |
Future<ListRunLogsResponse> |
DataFlowAsync.listRunLogs(ListRunLogsRequest request,
AsyncHandler<ListRunLogsRequest,ListRunLogsResponse> handler)
Retrieves summaries of the run’s logs.
|
Iterable<ListRunLogsResponse> |
DataFlowPaginators.listRunLogsResponseIterator(ListRunLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listRunLogs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListRunLogsResponse> |
DataFlowAsyncClient.listRunLogs(ListRunLogsRequest request,
AsyncHandler<ListRunLogsRequest,ListRunLogsResponse> handler) |
Future<ListRunLogsResponse> |
DataFlowAsync.listRunLogs(ListRunLogsRequest request,
AsyncHandler<ListRunLogsRequest,ListRunLogsResponse> handler)
Retrieves summaries of the run’s logs.
|
Modifier and Type | Method and Description |
---|---|
ListRunLogsResponse |
ListRunLogsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListRunLogsResponse.Builder |
ListRunLogsResponse.Builder.copy(ListRunLogsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.