Uses of Class
com.oracle.bmc.datalabelingservice.responses.ListAnnotationFormatsResponse
-
Packages that use ListAnnotationFormatsResponse Package Description com.oracle.bmc.datalabelingservice com.oracle.bmc.datalabelingservice.responses -
-
Uses of ListAnnotationFormatsResponse in com.oracle.bmc.datalabelingservice
Methods in com.oracle.bmc.datalabelingservice that return ListAnnotationFormatsResponse Modifier and Type Method Description ListAnnotationFormatsResponse
DataLabelingManagement. listAnnotationFormats(ListAnnotationFormatsRequest request)
These are a static list in a given region.ListAnnotationFormatsResponse
DataLabelingManagementClient. listAnnotationFormats(ListAnnotationFormatsRequest request)
Methods in com.oracle.bmc.datalabelingservice that return types with arguments of type ListAnnotationFormatsResponse 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)
Iterable<ListAnnotationFormatsResponse>
DataLabelingManagementPaginators. listAnnotationFormatsResponseIterator(ListAnnotationFormatsRequest request)
Creates a new iterable which will iterate over the responses received from the listAnnotationFormats operation.Method parameters in com.oracle.bmc.datalabelingservice with type arguments of type ListAnnotationFormatsResponse 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 ListAnnotationFormatsResponse in com.oracle.bmc.datalabelingservice.responses
Methods in com.oracle.bmc.datalabelingservice.responses that return ListAnnotationFormatsResponse Modifier and Type Method Description ListAnnotationFormatsResponse
ListAnnotationFormatsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datalabelingservice.responses with parameters of type ListAnnotationFormatsResponse Modifier and Type Method Description ListAnnotationFormatsResponse.Builder
ListAnnotationFormatsResponse.Builder. copy(ListAnnotationFormatsResponse o)
Copy method to populate the builder with values from the given instance.
-