Uses of Class
com.oracle.bmc.datacatalog.requests.DeleteJobRequest
-
Packages that use DeleteJobRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of DeleteJobRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type DeleteJobRequest Modifier and Type Method Description DeleteJobResponseDataCatalog. deleteJob(DeleteJobRequest request)Deletes a specific job identified by it’s key.Future<DeleteJobResponse>DataCatalogAsync. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler)Deletes a specific job identified by it’s key.Future<DeleteJobResponse>DataCatalogAsyncClient. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler)DeleteJobResponseDataCatalogClient. deleteJob(DeleteJobRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type DeleteJobRequest Modifier and Type Method Description Future<DeleteJobResponse>DataCatalogAsync. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler)Deletes a specific job identified by it’s key.Future<DeleteJobResponse>DataCatalogAsyncClient. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler) -
Uses of DeleteJobRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return DeleteJobRequest Modifier and Type Method Description DeleteJobRequestDeleteJobRequest.Builder. build()Build the instance of DeleteJobRequest as configured by this builderDeleteJobRequestDeleteJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteJobRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type DeleteJobRequest Modifier and Type Method Description DeleteJobRequest.BuilderDeleteJobRequest.Builder. copy(DeleteJobRequest o)Copy method to populate the builder with values from the given instance.
-