Uses of Class
com.oracle.bmc.datacatalog.requests.CreateJobRequest
-
Packages that use CreateJobRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of CreateJobRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type CreateJobRequest Modifier and Type Method Description CreateJobResponse
DataCatalog. createJob(CreateJobRequest request)
Creates a new job.Future<CreateJobResponse>
DataCatalogAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a new job.Future<CreateJobResponse>
DataCatalogAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
CreateJobResponse
DataCatalogClient. createJob(CreateJobRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateJobRequest Modifier and Type Method Description Future<CreateJobResponse>
DataCatalogAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a new job.Future<CreateJobResponse>
DataCatalogAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
-
Uses of CreateJobRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return CreateJobRequest Modifier and Type Method Description CreateJobRequest
CreateJobRequest.Builder. build()
Build the instance of CreateJobRequest as configured by this builderCreateJobRequest
CreateJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateJobRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type CreateJobRequest Modifier and Type Method Description CreateJobRequest.Builder
CreateJobRequest.Builder. copy(CreateJobRequest o)
Copy method to populate the builder with values from the given instance.
-