Uses of Class
com.oracle.bmc.datacatalog.requests.GetJobRequest
-
Packages that use GetJobRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetJobRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetJobRequest Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DataCatalogWaiters. forJob(GetJobRequest request, JobLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DataCatalogWaiters. forJob(GetJobRequest request, JobLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DataCatalogWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.datacatalog with parameters of type GetJobRequest Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DataCatalogWaiters. forJob(GetJobRequest request, JobLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DataCatalogWaiters. forJob(GetJobRequest request, JobLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DataCatalogWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetJobResponse
DataCatalog. getJob(GetJobRequest request)
Gets a specific job by key within a data catalog.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)
GetJobResponse
DataCatalogClient. getJob(GetJobRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetJobRequest 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 GetJobRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetJobRequest Modifier and Type Method Description GetJobRequest
GetJobRequest.Builder. build()
Build the instance of GetJobRequest as configured by this builderGetJobRequest
GetJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJobRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetJobRequest Modifier and Type Method Description GetJobRequest.Builder
GetJobRequest.Builder. copy(GetJobRequest o)
Copy method to populate the builder with values from the given instance.
-