Uses of Class
com.oracle.bmc.datascience.requests.GetJobRequest
-
Packages that use GetJobRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetJobRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type GetJobRequest Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DataScienceWaiters. forJob(GetJobRequest request, JobLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DataScienceWaiters. forJob(GetJobRequest request, JobLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DataScienceWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.datascience with parameters of type GetJobRequest Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DataScienceWaiters. forJob(GetJobRequest request, JobLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DataScienceWaiters. forJob(GetJobRequest request, JobLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DataScienceWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetJobResponse
DataScience. getJob(GetJobRequest request)
Gets a job.Future<GetJobResponse>
DataScienceAsync. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
Gets a job.Future<GetJobResponse>
DataScienceAsyncClient. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
GetJobResponse
DataScienceClient. getJob(GetJobRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetJobRequest Modifier and Type Method Description Future<GetJobResponse>
DataScienceAsync. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
Gets a job.Future<GetJobResponse>
DataScienceAsyncClient. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
-
Uses of GetJobRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.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.datascience.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.
-