Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
ListRunLogsResponse |
DataFlowClient.listRunLogs(ListRunLogsRequest request) |
ListRunLogsResponse |
DataFlow.listRunLogs(ListRunLogsRequest request)
Retrieves summaries of the run’s logs.
|
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<RunLogSummary> |
DataFlowPaginators.listRunLogsRecordIterator(ListRunLogsRequest request)
Creates a new iterable which will iterate over the
RunLogSummary objects contained in responses from the
listRunLogs operation. |
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 |
---|---|
ListRunLogsRequest |
ListRunLogsRequest.Builder.build()
Build the instance of ListRunLogsRequest as configured by this builder
|
ListRunLogsRequest |
ListRunLogsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListRunLogsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListRunLogsRequest.Builder |
ListRunLogsRequest.Builder.copy(ListRunLogsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.