Uses of Class
com.oracle.bmc.dataintegration.requests.CreateDataFlowRequest
-
Packages that use CreateDataFlowRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateDataFlowRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateDataFlowRequest 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.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)
CreateDataFlowResponse
DataIntegrationClient. createDataFlow(CreateDataFlowRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateDataFlowRequest 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 CreateDataFlowRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateDataFlowRequest Modifier and Type Method Description CreateDataFlowRequest
CreateDataFlowRequest.Builder. build()
Build the instance of CreateDataFlowRequest as configured by this builderCreateDataFlowRequest
CreateDataFlowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDataFlowRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreateDataFlowRequest Modifier and Type Method Description CreateDataFlowRequest.Builder
CreateDataFlowRequest.Builder. copy(CreateDataFlowRequest o)
Copy method to populate the builder with values from the given instance.
-