Uses of Class
com.oracle.bmc.datalabelingservicedataplane.requests.ListAnnotationsRequest
-
Packages that use ListAnnotationsRequest Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.requests -
-
Uses of ListAnnotationsRequest in com.oracle.bmc.datalabelingservicedataplane
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type ListAnnotationsRequest Modifier and Type Method Description Future<ListAnnotationsResponse>
DataLabelingAsync. listAnnotations(ListAnnotationsRequest request, AsyncHandler<ListAnnotationsRequest,ListAnnotationsResponse> handler)
Returns a list of annotations.Future<ListAnnotationsResponse>
DataLabelingAsyncClient. listAnnotations(ListAnnotationsRequest request, AsyncHandler<ListAnnotationsRequest,ListAnnotationsResponse> handler)
-
Uses of ListAnnotationsRequest in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return ListAnnotationsRequest Modifier and Type Method Description ListAnnotationsRequest
ListAnnotationsRequest.Builder. build()
Build the instance of ListAnnotationsRequest as configured by this builderListAnnotationsRequest
ListAnnotationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAnnotationsRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type ListAnnotationsRequest Modifier and Type Method Description ListAnnotationsRequest.Builder
ListAnnotationsRequest.Builder. copy(ListAnnotationsRequest o)
Copy method to populate the builder with values from the given instance.
-