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