Uses of Class
com.oracle.bmc.datascience.responses.CreateJobResponse
-
Packages that use CreateJobResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of CreateJobResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return CreateJobResponse Modifier and Type Method Description CreateJobResponse
DataScience. createJob(CreateJobRequest request)
Creates a job.CreateJobResponse
DataScienceClient. createJob(CreateJobRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type CreateJobResponse Modifier and Type Method Description Future<CreateJobResponse>
DataScienceAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a job.Future<CreateJobResponse>
DataScienceAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type CreateJobResponse Modifier and Type Method Description Future<CreateJobResponse>
DataScienceAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a job.Future<CreateJobResponse>
DataScienceAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
-
Uses of CreateJobResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return CreateJobResponse Modifier and Type Method Description CreateJobResponse
CreateJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type CreateJobResponse Modifier and Type Method Description CreateJobResponse.Builder
CreateJobResponse.Builder. copy(CreateJobResponse o)
Copy method to populate the builder with values from the given instance.
-