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