Uses of Class
com.oracle.bmc.datalabelingservice.requests.ListAnnotationFormatsRequest
-
Packages that use ListAnnotationFormatsRequest Package Description com.oracle.bmc.datalabelingservice com.oracle.bmc.datalabelingservice.requests -
-
Uses of ListAnnotationFormatsRequest in com.oracle.bmc.datalabelingservice
Method parameters in com.oracle.bmc.datalabelingservice with type arguments of type ListAnnotationFormatsRequest Modifier and Type Method Description Future<ListAnnotationFormatsResponse>
DataLabelingManagementAsync. listAnnotationFormats(ListAnnotationFormatsRequest request, AsyncHandler<ListAnnotationFormatsRequest,ListAnnotationFormatsResponse> handler)
These are a static list in a given region.Future<ListAnnotationFormatsResponse>
DataLabelingManagementAsyncClient. listAnnotationFormats(ListAnnotationFormatsRequest request, AsyncHandler<ListAnnotationFormatsRequest,ListAnnotationFormatsResponse> handler)
-
Uses of ListAnnotationFormatsRequest in com.oracle.bmc.datalabelingservice.requests
Methods in com.oracle.bmc.datalabelingservice.requests that return ListAnnotationFormatsRequest Modifier and Type Method Description ListAnnotationFormatsRequest
ListAnnotationFormatsRequest.Builder. build()
Build the instance of ListAnnotationFormatsRequest as configured by this builderListAnnotationFormatsRequest
ListAnnotationFormatsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAnnotationFormatsRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservice.requests with parameters of type ListAnnotationFormatsRequest Modifier and Type Method Description ListAnnotationFormatsRequest.Builder
ListAnnotationFormatsRequest.Builder. copy(ListAnnotationFormatsRequest o)
Copy method to populate the builder with values from the given instance.
-