Uses of Class
com.oracle.bmc.dataintegration.responses.CreateDataFlowResponse
-
Packages that use CreateDataFlowResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateDataFlowResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateDataFlowResponse Modifier and Type Method Description CreateDataFlowResponse
DataIntegration. createDataFlow(CreateDataFlowRequest request)
Creates a new data flow in a project or folder ready for performing data integrations.CreateDataFlowResponse
DataIntegrationClient. createDataFlow(CreateDataFlowRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateDataFlowResponse Modifier and Type Method Description Future<CreateDataFlowResponse>
DataIntegrationAsync. createDataFlow(CreateDataFlowRequest request, AsyncHandler<CreateDataFlowRequest,CreateDataFlowResponse> handler)
Creates a new data flow in a project or folder ready for performing data integrations.Future<CreateDataFlowResponse>
DataIntegrationAsyncClient. createDataFlow(CreateDataFlowRequest request, AsyncHandler<CreateDataFlowRequest,CreateDataFlowResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateDataFlowResponse Modifier and Type Method Description Future<CreateDataFlowResponse>
DataIntegrationAsync. createDataFlow(CreateDataFlowRequest request, AsyncHandler<CreateDataFlowRequest,CreateDataFlowResponse> handler)
Creates a new data flow in a project or folder ready for performing data integrations.Future<CreateDataFlowResponse>
DataIntegrationAsyncClient. createDataFlow(CreateDataFlowRequest request, AsyncHandler<CreateDataFlowRequest,CreateDataFlowResponse> handler)
-
Uses of CreateDataFlowResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateDataFlowResponse Modifier and Type Method Description CreateDataFlowResponse
CreateDataFlowResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateDataFlowResponse Modifier and Type Method Description CreateDataFlowResponse.Builder
CreateDataFlowResponse.Builder. copy(CreateDataFlowResponse o)
Copy method to populate the builder with values from the given instance.
-