Uses of Class
com.oracle.bmc.datalabelingservicedataplane.responses.UpdateAnnotationResponse
-
Packages that use UpdateAnnotationResponse Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.responses -
-
Uses of UpdateAnnotationResponse in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane that return UpdateAnnotationResponse Modifier and Type Method Description UpdateAnnotationResponse
DataLabeling. updateAnnotation(UpdateAnnotationRequest request)
Updates an annotation.UpdateAnnotationResponse
DataLabelingClient. updateAnnotation(UpdateAnnotationRequest request)
Methods in com.oracle.bmc.datalabelingservicedataplane that return types with arguments of type UpdateAnnotationResponse Modifier and Type Method Description Future<UpdateAnnotationResponse>
DataLabelingAsync. updateAnnotation(UpdateAnnotationRequest request, AsyncHandler<UpdateAnnotationRequest,UpdateAnnotationResponse> handler)
Updates an annotation.Future<UpdateAnnotationResponse>
DataLabelingAsyncClient. updateAnnotation(UpdateAnnotationRequest request, AsyncHandler<UpdateAnnotationRequest,UpdateAnnotationResponse> handler)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type UpdateAnnotationResponse Modifier and Type Method Description Future<UpdateAnnotationResponse>
DataLabelingAsync. updateAnnotation(UpdateAnnotationRequest request, AsyncHandler<UpdateAnnotationRequest,UpdateAnnotationResponse> handler)
Updates an annotation.Future<UpdateAnnotationResponse>
DataLabelingAsyncClient. updateAnnotation(UpdateAnnotationRequest request, AsyncHandler<UpdateAnnotationRequest,UpdateAnnotationResponse> handler)
-
Uses of UpdateAnnotationResponse in com.oracle.bmc.datalabelingservicedataplane.responses
Methods in com.oracle.bmc.datalabelingservicedataplane.responses that return UpdateAnnotationResponse Modifier and Type Method Description UpdateAnnotationResponse
UpdateAnnotationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type UpdateAnnotationResponse Modifier and Type Method Description UpdateAnnotationResponse.Builder
UpdateAnnotationResponse.Builder. copy(UpdateAnnotationResponse o)
Copy method to populate the builder with values from the given instance.
-