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