Uses of Class
com.oracle.bmc.datalabelingservicedataplane.requests.GetAnnotationRequest
-
Packages that use GetAnnotationRequest Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.requests -
-
Uses of GetAnnotationRequest in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane that return types with arguments of type GetAnnotationRequest Modifier and Type Method Description Waiter<GetAnnotationRequest,GetAnnotationResponse>
DataLabelingWaiters. forAnnotation(GetAnnotationRequest request, Annotation.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAnnotationRequest,GetAnnotationResponse>
DataLabelingWaiters. forAnnotation(GetAnnotationRequest request, Annotation.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAnnotationRequest,GetAnnotationResponse>
DataLabelingWaiters. forAnnotation(GetAnnotationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Annotation.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type GetAnnotationRequest Modifier and Type Method Description Future<GetAnnotationResponse>
DataLabelingAsync. getAnnotation(GetAnnotationRequest request, AsyncHandler<GetAnnotationRequest,GetAnnotationResponse> handler)
Gets an annotation.Future<GetAnnotationResponse>
DataLabelingAsyncClient. getAnnotation(GetAnnotationRequest request, AsyncHandler<GetAnnotationRequest,GetAnnotationResponse> handler)
-
Uses of GetAnnotationRequest in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return GetAnnotationRequest Modifier and Type Method Description GetAnnotationRequest
GetAnnotationRequest.Builder. build()
Build the instance of GetAnnotationRequest as configured by this builderGetAnnotationRequest
GetAnnotationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAnnotationRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type GetAnnotationRequest Modifier and Type Method Description GetAnnotationRequest.Builder
GetAnnotationRequest.Builder. copy(GetAnnotationRequest o)
Copy method to populate the builder with values from the given instance.
-