Uses of Class
com.oracle.bmc.dataintegration.responses.ListDataFlowsResponse
-
Packages that use ListDataFlowsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListDataFlowsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListDataFlowsResponse Modifier and Type Method Description ListDataFlowsResponseDataIntegration. listDataFlows(ListDataFlowsRequest request)Retrieves a list of data flows in a project or folder.ListDataFlowsResponseDataIntegrationClient. listDataFlows(ListDataFlowsRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListDataFlowsResponse Modifier and Type Method 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.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListDataFlowsResponse Modifier and Type Method 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) -
Uses of ListDataFlowsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListDataFlowsResponse Modifier and Type Method Description ListDataFlowsResponseListDataFlowsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListDataFlowsResponse Modifier and Type Method Description ListDataFlowsResponse.BuilderListDataFlowsResponse.Builder. copy(ListDataFlowsResponse o)Copy method to populate the builder with values from the given instance.
-