Uses of Class
com.oracle.bmc.datalabelingservicedataplane.responses.ListAnnotationsResponse
-
Packages that use ListAnnotationsResponse Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.responses -
-
Uses of ListAnnotationsResponse in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane that return ListAnnotationsResponse Modifier and Type Method Description ListAnnotationsResponse
DataLabeling. listAnnotations(ListAnnotationsRequest request)
Returns a list of annotations.ListAnnotationsResponse
DataLabelingClient. listAnnotations(ListAnnotationsRequest request)
Methods in com.oracle.bmc.datalabelingservicedataplane that return types with arguments of type ListAnnotationsResponse 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)
Iterable<ListAnnotationsResponse>
DataLabelingPaginators. listAnnotationsResponseIterator(ListAnnotationsRequest request)
Creates a new iterable which will iterate over the responses received from the listAnnotations operation.Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type ListAnnotationsResponse 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 ListAnnotationsResponse in com.oracle.bmc.datalabelingservicedataplane.responses
Methods in com.oracle.bmc.datalabelingservicedataplane.responses that return ListAnnotationsResponse Modifier and Type Method Description ListAnnotationsResponse
ListAnnotationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type ListAnnotationsResponse Modifier and Type Method Description ListAnnotationsResponse.Builder
ListAnnotationsResponse.Builder. copy(ListAnnotationsResponse o)
Copy method to populate the builder with values from the given instance.
-