Uses of Class
com.oracle.bmc.dataflow.requests.CreateRunRequest
-
Packages that use CreateRunRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of CreateRunRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type CreateRunRequest Modifier and Type Method Description CreateRunResponse
DataFlow. createRun(CreateRunRequest request)
Creates a run for an application.Future<CreateRunResponse>
DataFlowAsync. createRun(CreateRunRequest request, AsyncHandler<CreateRunRequest,CreateRunResponse> handler)
Creates a run for an application.Future<CreateRunResponse>
DataFlowAsyncClient. createRun(CreateRunRequest request, AsyncHandler<CreateRunRequest,CreateRunResponse> handler)
CreateRunResponse
DataFlowClient. createRun(CreateRunRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type CreateRunRequest Modifier and Type Method Description Future<CreateRunResponse>
DataFlowAsync. createRun(CreateRunRequest request, AsyncHandler<CreateRunRequest,CreateRunResponse> handler)
Creates a run for an application.Future<CreateRunResponse>
DataFlowAsyncClient. createRun(CreateRunRequest request, AsyncHandler<CreateRunRequest,CreateRunResponse> handler)
-
Uses of CreateRunRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return CreateRunRequest Modifier and Type Method Description CreateRunRequest
CreateRunRequest.Builder. build()
Build the instance of CreateRunRequest as configured by this builderCreateRunRequest
CreateRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateRunRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type CreateRunRequest Modifier and Type Method Description CreateRunRequest.Builder
CreateRunRequest.Builder. copy(CreateRunRequest o)
Copy method to populate the builder with values from the given instance.
-