Uses of Class
com.oracle.bmc.ailanguage.responses.GetJobResponse
-
Packages that use GetJobResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of GetJobResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return GetJobResponse Modifier and Type Method Description GetJobResponse
AIServiceLanguage. getJob(GetJobRequest request)
Gets a language service async jobGetJobResponse
AIServiceLanguageClient. getJob(GetJobRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type GetJobResponse Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
AIServiceLanguageWaiters. forJob(GetJobRequest request, Job.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
AIServiceLanguageWaiters. forJob(GetJobRequest request, Job.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
AIServiceLanguageWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Job.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetJobResponse>
AIServiceLanguageAsync. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
Gets a language service async jobFuture<GetJobResponse>
AIServiceLanguageAsyncClient. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type GetJobResponse Modifier and Type Method Description Future<GetJobResponse>
AIServiceLanguageAsync. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
Gets a language service async jobFuture<GetJobResponse>
AIServiceLanguageAsyncClient. getJob(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResponse> handler)
-
Uses of GetJobResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return GetJobResponse Modifier and Type Method Description GetJobResponse
GetJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.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.
-