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