Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Method and Description |
---|---|
ListDataFlowsResponse |
DataIntegration.listDataFlows(ListDataFlowsRequest request)
Retrieves a list of data flows in a project or folder.
|
ListDataFlowsResponse |
DataIntegrationClient.listDataFlows(ListDataFlowsRequest request) |
Future<ListDataFlowsResponse> |
DataIntegrationAsync.listDataFlows(ListDataFlowsRequest request,
AsyncHandler<ListDataFlowsRequest,ListDataFlowsResponse> handler)
Retrieves a list of data flows in a project or folder.
|
Future<ListDataFlowsResponse> |
DataIntegrationAsyncClient.listDataFlows(ListDataFlowsRequest request,
AsyncHandler<ListDataFlowsRequest,ListDataFlowsResponse> handler) |
Iterable<DataFlowSummary> |
DataIntegrationPaginators.listDataFlowsRecordIterator(ListDataFlowsRequest request)
Creates a new iterable which will iterate over the
DataFlowSummary objects contained in responses from the
listDataFlows operation. |
Iterable<ListDataFlowsResponse> |
DataIntegrationPaginators.listDataFlowsResponseIterator(ListDataFlowsRequest request)
Creates a new iterable which will iterate over the responses received from the listDataFlows
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDataFlowsResponse> |
DataIntegrationAsync.listDataFlows(ListDataFlowsRequest request,
AsyncHandler<ListDataFlowsRequest,ListDataFlowsResponse> handler)
Retrieves a list of data flows in a project or folder.
|
Future<ListDataFlowsResponse> |
DataIntegrationAsyncClient.listDataFlows(ListDataFlowsRequest request,
AsyncHandler<ListDataFlowsRequest,ListDataFlowsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDataFlowsRequest |
ListDataFlowsRequest.Builder.build()
Build the instance of ListDataFlowsRequest as configured by this builder
|
ListDataFlowsRequest |
ListDataFlowsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDataFlowsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDataFlowsRequest.Builder |
ListDataFlowsRequest.Builder.copy(ListDataFlowsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.