Uses of Class
com.oracle.bmc.datalabelingservicedataplane.requests.DeleteAnnotationRequest
-
Packages that use DeleteAnnotationRequest Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.requests -
-
Uses of DeleteAnnotationRequest in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane with parameters of type DeleteAnnotationRequest Modifier and Type Method Description DeleteAnnotationResponse
DataLabeling. deleteAnnotation(DeleteAnnotationRequest request)
It deletes an annotation resource by identifier.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)
DeleteAnnotationResponse
DataLabelingClient. deleteAnnotation(DeleteAnnotationRequest request)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type DeleteAnnotationRequest 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 DeleteAnnotationRequest in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return DeleteAnnotationRequest Modifier and Type Method Description DeleteAnnotationRequest
DeleteAnnotationRequest.Builder. build()
Build the instance of DeleteAnnotationRequest as configured by this builderDeleteAnnotationRequest
DeleteAnnotationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteAnnotationRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type DeleteAnnotationRequest Modifier and Type Method Description DeleteAnnotationRequest.Builder
DeleteAnnotationRequest.Builder. copy(DeleteAnnotationRequest o)
Copy method to populate the builder with values from the given instance.
-