Uses of Class
com.oracle.bmc.datascience.responses.GetJobResponse
-
Packages that use GetJobResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetJobResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetJobResponse Modifier and Type Method Description GetJobResponse
DataScience. getJob(GetJobRequest request)
Gets a job.GetJobResponse
DataScienceClient. getJob(GetJobRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type GetJobResponse 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.Future<GetJobResponse>
DataScienceAsync. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
Gets a job.Future<GetJobResponse>
DataScienceAsyncClient. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetJobResponse 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 GetJobResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetJobResponse Modifier and Type Method Description GetJobResponse
GetJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetJobResponse Modifier and Type Method Description GetJobResponse.Builder
GetJobResponse.Builder. copy(GetJobResponse o)
Copy method to populate the builder with values from the given instance.
-