Uses of Class
com.oracle.bmc.datalabelingservicedataplane.responses.GetAnnotationResponse
-
Packages that use GetAnnotationResponse Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.responses -
-
Uses of GetAnnotationResponse in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane that return GetAnnotationResponse Modifier and Type Method Description GetAnnotationResponse
DataLabeling. getAnnotation(GetAnnotationRequest request)
Gets an annotation.GetAnnotationResponse
DataLabelingClient. getAnnotation(GetAnnotationRequest request)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type GetAnnotationResponse 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 GetAnnotationResponse in com.oracle.bmc.datalabelingservicedataplane.responses
Methods in com.oracle.bmc.datalabelingservicedataplane.responses that return GetAnnotationResponse Modifier and Type Method Description GetAnnotationResponse
GetAnnotationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type GetAnnotationResponse Modifier and Type Method Description GetAnnotationResponse.Builder
GetAnnotationResponse.Builder. copy(GetAnnotationResponse o)
Copy method to populate the builder with values from the given instance.
-