Uses of Class
com.oracle.bmc.dataintegration.requests.CreateTaskRunRequest
-
Packages that use CreateTaskRunRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateTaskRunRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateTaskRunRequest Modifier and Type Method Description CreateTaskRunResponse
DataIntegration. createTaskRun(CreateTaskRunRequest request)
Creates a data integration task run for the specified task.Future<CreateTaskRunResponse>
DataIntegrationAsync. createTaskRun(CreateTaskRunRequest request, AsyncHandler<CreateTaskRunRequest,CreateTaskRunResponse> handler)
Creates a data integration task run for the specified task.Future<CreateTaskRunResponse>
DataIntegrationAsyncClient. createTaskRun(CreateTaskRunRequest request, AsyncHandler<CreateTaskRunRequest,CreateTaskRunResponse> handler)
CreateTaskRunResponse
DataIntegrationClient. createTaskRun(CreateTaskRunRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateTaskRunRequest Modifier and Type Method Description Future<CreateTaskRunResponse>
DataIntegrationAsync. createTaskRun(CreateTaskRunRequest request, AsyncHandler<CreateTaskRunRequest,CreateTaskRunResponse> handler)
Creates a data integration task run for the specified task.Future<CreateTaskRunResponse>
DataIntegrationAsyncClient. createTaskRun(CreateTaskRunRequest request, AsyncHandler<CreateTaskRunRequest,CreateTaskRunResponse> handler)
-
Uses of CreateTaskRunRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateTaskRunRequest Modifier and Type Method Description CreateTaskRunRequest
CreateTaskRunRequest.Builder. build()
Build the instance of CreateTaskRunRequest as configured by this builderCreateTaskRunRequest
CreateTaskRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTaskRunRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreateTaskRunRequest Modifier and Type Method Description CreateTaskRunRequest.Builder
CreateTaskRunRequest.Builder. copy(CreateTaskRunRequest o)
Copy method to populate the builder with values from the given instance.
-