Uses of Class
software.amazon.awssdk.services.rekognition.model.ListDatasetLabelsResponse
-
Packages that use ListDatasetLabelsResponse Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video.software.amazon.awssdk.services.rekognition.paginators -
-
Uses of ListDatasetLabelsResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return ListDatasetLabelsResponse Modifier and Type Method Description default ListDatasetLabelsResponseRekognitionClient. listDatasetLabels(Consumer<ListDatasetLabelsRequest.Builder> listDatasetLabelsRequest)default ListDatasetLabelsResponseRekognitionClient. listDatasetLabels(ListDatasetLabelsRequest listDatasetLabelsRequest)Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type ListDatasetLabelsResponse Modifier and Type Method Description default CompletableFuture<ListDatasetLabelsResponse>RekognitionAsyncClient. listDatasetLabels(Consumer<ListDatasetLabelsRequest.Builder> listDatasetLabelsRequest)default CompletableFuture<ListDatasetLabelsResponse>RekognitionAsyncClient. listDatasetLabels(ListDatasetLabelsRequest listDatasetLabelsRequest) -
Uses of ListDatasetLabelsResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type ListDatasetLabelsResponse Modifier and Type Method Description Iterator<ListDatasetLabelsResponse>ListDatasetLabelsIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type ListDatasetLabelsResponse Modifier and Type Method Description voidListDatasetLabelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatasetLabelsResponse> subscriber)
-