Uses of Class
com.oracle.bmc.dataflow.responses.CreateRunResponse
-
Packages that use CreateRunResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of CreateRunResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return CreateRunResponse Modifier and Type Method Description CreateRunResponse
DataFlow. createRun(CreateRunRequest request)
Creates a run for an application.CreateRunResponse
DataFlowClient. createRun(CreateRunRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type CreateRunResponse 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)
Method parameters in com.oracle.bmc.dataflow with type arguments of type CreateRunResponse 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 CreateRunResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return CreateRunResponse Modifier and Type Method Description CreateRunResponse
CreateRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type CreateRunResponse Modifier and Type Method Description CreateRunResponse.Builder
CreateRunResponse.Builder. copy(CreateRunResponse o)
Copy method to populate the builder with values from the given instance.
-