Uses of Class
com.oracle.bmc.datacatalog.responses.UpdateJobResponse
-
Packages that use UpdateJobResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of UpdateJobResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return UpdateJobResponse Modifier and Type Method Description UpdateJobResponse
DataCatalog. updateJob(UpdateJobRequest request)
Updates a specific job identified by the given key.UpdateJobResponse
DataCatalogClient. updateJob(UpdateJobRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type UpdateJobResponse 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)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type UpdateJobResponse 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 UpdateJobResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return UpdateJobResponse Modifier and Type Method Description UpdateJobResponse
UpdateJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type UpdateJobResponse Modifier and Type Method Description UpdateJobResponse.Builder
UpdateJobResponse.Builder. copy(UpdateJobResponse o)
Copy method to populate the builder with values from the given instance.
-