Uses of Class
com.oracle.bmc.generativeaidata.requests.GetEnrichmentJobRequest
-
Packages that use GetEnrichmentJobRequest Package Description com.oracle.bmc.generativeaidata com.oracle.bmc.generativeaidata.requests -
-
Uses of GetEnrichmentJobRequest in com.oracle.bmc.generativeaidata
Methods in com.oracle.bmc.generativeaidata that return types with arguments of type GetEnrichmentJobRequest Modifier and Type Method Description Waiter<GetEnrichmentJobRequest,GetEnrichmentJobResponse>GetEnrichmentJobWaiters. forEnrichmentJob(GetEnrichmentJobRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetEnrichmentJobRequest,GetEnrichmentJobResponse>GetEnrichmentJobWaiters. forEnrichmentJob(GetEnrichmentJobRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetEnrichmentJobRequest,GetEnrichmentJobResponse>GetEnrichmentJobWaiters. forEnrichmentJob(GetEnrichmentJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.generativeaidata with type arguments of type GetEnrichmentJobRequest Modifier and Type Method Description Future<GetEnrichmentJobResponse>GetEnrichmentJobAsync. getEnrichmentJob(GetEnrichmentJobRequest request, AsyncHandler<GetEnrichmentJobRequest,GetEnrichmentJobResponse> handler)Gets an EnrichmentJob by identifier.Future<GetEnrichmentJobResponse>GetEnrichmentJobAsyncClient. getEnrichmentJob(GetEnrichmentJobRequest request, AsyncHandler<GetEnrichmentJobRequest,GetEnrichmentJobResponse> handler) -
Uses of GetEnrichmentJobRequest in com.oracle.bmc.generativeaidata.requests
Methods in com.oracle.bmc.generativeaidata.requests that return GetEnrichmentJobRequest Modifier and Type Method Description GetEnrichmentJobRequestGetEnrichmentJobRequest.Builder. build()Build the instance of GetEnrichmentJobRequest as configured by this builderGetEnrichmentJobRequestGetEnrichmentJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetEnrichmentJobRequest as configured by this builderMethods in com.oracle.bmc.generativeaidata.requests with parameters of type GetEnrichmentJobRequest Modifier and Type Method Description GetEnrichmentJobRequest.BuilderGetEnrichmentJobRequest.Builder. copy(GetEnrichmentJobRequest o)Copy method to populate the builder with values from the given instance.
-