Uses of Class
com.oracle.bmc.datacatalog.responses.GetJobExecutionResponse
-
Packages that use GetJobExecutionResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of GetJobExecutionResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return GetJobExecutionResponse Modifier and Type Method Description GetJobExecutionResponse
DataCatalog. getJobExecution(GetJobExecutionRequest request)
Gets a specific job execution by key.GetJobExecutionResponse
DataCatalogClient. getJobExecution(GetJobExecutionRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetJobExecutionResponse Modifier and Type Method Description Future<GetJobExecutionResponse>
DataCatalogAsync. getJobExecution(GetJobExecutionRequest request, AsyncHandler<GetJobExecutionRequest,GetJobExecutionResponse> handler)
Gets a specific job execution by key.Future<GetJobExecutionResponse>
DataCatalogAsyncClient. getJobExecution(GetJobExecutionRequest request, AsyncHandler<GetJobExecutionRequest,GetJobExecutionResponse> handler)
-
Uses of GetJobExecutionResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return GetJobExecutionResponse Modifier and Type Method Description GetJobExecutionResponse
GetJobExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type GetJobExecutionResponse Modifier and Type Method Description GetJobExecutionResponse.Builder
GetJobExecutionResponse.Builder. copy(GetJobExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-