Uses of Class
com.oracle.bmc.datacatalog.requests.GetJobExecutionRequest
-
Packages that use GetJobExecutionRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetJobExecutionRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetJobExecutionRequest Modifier and Type Method Description Waiter<GetJobExecutionRequest,GetJobExecutionResponse>
DataCatalogWaiters. forJobExecution(GetJobExecutionRequest request, JobExecutionState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobExecutionRequest,GetJobExecutionResponse>
DataCatalogWaiters. forJobExecution(GetJobExecutionRequest request, JobExecutionState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobExecutionRequest,GetJobExecutionResponse>
DataCatalogWaiters. forJobExecution(GetJobExecutionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobExecutionState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetJobExecutionRequest 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 GetJobExecutionRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetJobExecutionRequest Modifier and Type Method Description GetJobExecutionRequest
GetJobExecutionRequest.Builder. build()
Build the instance of GetJobExecutionRequest as configured by this builderGetJobExecutionRequest
GetJobExecutionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJobExecutionRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetJobExecutionRequest Modifier and Type Method Description GetJobExecutionRequest.Builder
GetJobExecutionRequest.Builder. copy(GetJobExecutionRequest o)
Copy method to populate the builder with values from the given instance.
-