Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
ListRunsResponse |
DataFlowClient.listRuns(ListRunsRequest request) |
ListRunsResponse |
DataFlow.listRuns(ListRunsRequest request)
Lists all runs of an application in the specified compartment.
|
Future<ListRunsResponse> |
DataFlowAsyncClient.listRuns(ListRunsRequest request,
AsyncHandler<ListRunsRequest,ListRunsResponse> handler) |
Future<ListRunsResponse> |
DataFlowAsync.listRuns(ListRunsRequest request,
AsyncHandler<ListRunsRequest,ListRunsResponse> handler)
Lists all runs of an application in the specified compartment.
|
Iterable<RunSummary> |
DataFlowPaginators.listRunsRecordIterator(ListRunsRequest request)
Creates a new iterable which will iterate over the
RunSummary objects contained in responses from the listRuns
operation. |
Iterable<ListRunsResponse> |
DataFlowPaginators.listRunsResponseIterator(ListRunsRequest request)
Creates a new iterable which will iterate over the responses received from the listRuns
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListRunsResponse> |
DataFlowAsyncClient.listRuns(ListRunsRequest request,
AsyncHandler<ListRunsRequest,ListRunsResponse> handler) |
Future<ListRunsResponse> |
DataFlowAsync.listRuns(ListRunsRequest request,
AsyncHandler<ListRunsRequest,ListRunsResponse> handler)
Lists all runs of an application in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListRunsRequest |
ListRunsRequest.Builder.build()
Build the instance of ListRunsRequest as configured by this builder
|
ListRunsRequest |
ListRunsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListRunsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListRunsRequest.Builder |
ListRunsRequest.Builder.copy(ListRunsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.