Uses of Class
com.oracle.bmc.datalabelingservicedataplane.requests.UpdateAnnotationRequest
-
Packages that use UpdateAnnotationRequest Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.requests -
-
Uses of UpdateAnnotationRequest in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane with parameters of type UpdateAnnotationRequest Modifier and Type Method Description UpdateAnnotationResponse
DataLabeling. updateAnnotation(UpdateAnnotationRequest request)
Updates an annotation.Future<UpdateAnnotationResponse>
DataLabelingAsync. updateAnnotation(UpdateAnnotationRequest request, AsyncHandler<UpdateAnnotationRequest,UpdateAnnotationResponse> handler)
Updates an annotation.Future<UpdateAnnotationResponse>
DataLabelingAsyncClient. updateAnnotation(UpdateAnnotationRequest request, AsyncHandler<UpdateAnnotationRequest,UpdateAnnotationResponse> handler)
UpdateAnnotationResponse
DataLabelingClient. updateAnnotation(UpdateAnnotationRequest request)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type UpdateAnnotationRequest 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 UpdateAnnotationRequest in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return UpdateAnnotationRequest Modifier and Type Method Description UpdateAnnotationRequest
UpdateAnnotationRequest.Builder. build()
Build the instance of UpdateAnnotationRequest as configured by this builderUpdateAnnotationRequest
UpdateAnnotationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAnnotationRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type UpdateAnnotationRequest Modifier and Type Method Description UpdateAnnotationRequest.Builder
UpdateAnnotationRequest.Builder. copy(UpdateAnnotationRequest o)
Copy method to populate the builder with values from the given instance.
-