Uses of Class
com.oracle.bmc.datacatalog.responses.GetJobResponse
-
Packages that use GetJobResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of GetJobResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return GetJobResponse Modifier and Type Method Description GetJobResponseDataCatalog. getJob(GetJobRequest request)Gets a specific job by key within a data catalog.GetJobResponseDataCatalogClient. getJob(GetJobRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetJobResponse Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>DataCatalogWaiters. forJob(GetJobRequest request, JobLifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetJobRequest,GetJobResponse>DataCatalogWaiters. forJob(GetJobRequest request, JobLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetJobRequest,GetJobResponse>DataCatalogWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobLifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Future<GetJobResponse>DataCatalogAsync. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)Gets a specific job by key within a data catalog.Future<GetJobResponse>DataCatalogAsyncClient. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetJobResponse Modifier and Type Method Description Future<GetJobResponse>DataCatalogAsync. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)Gets a specific job by key within a data catalog.Future<GetJobResponse>DataCatalogAsyncClient. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler) -
Uses of GetJobResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return GetJobResponse Modifier and Type Method Description GetJobResponseGetJobResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type GetJobResponse Modifier and Type Method Description GetJobResponse.BuilderGetJobResponse.Builder. copy(GetJobResponse o)Copy method to populate the builder with values from the given instance.
-