Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.responses |
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.
|
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.
|
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 |
---|---|
ListRunsResponse |
ListRunsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListRunsResponse.Builder |
ListRunsResponse.Builder.copy(ListRunsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.