Uses of Class
software.amazon.awssdk.services.comprehend.model.ListDocumentClassifiersResponse
-
Packages that use ListDocumentClassifiersResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.paginators -
-
Uses of ListDocumentClassifiersResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListDocumentClassifiersResponse Modifier and Type Method Description default ListDocumentClassifiersResponseComprehendClient. listDocumentClassifiers()Gets a list of the document classifiers that you have created.default ListDocumentClassifiersResponseComprehendClient. listDocumentClassifiers(Consumer<ListDocumentClassifiersRequest.Builder> listDocumentClassifiersRequest)Gets a list of the document classifiers that you have created.default ListDocumentClassifiersResponseComprehendClient. listDocumentClassifiers(ListDocumentClassifiersRequest listDocumentClassifiersRequest)Gets a list of the document classifiers that you have created.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListDocumentClassifiersResponse Modifier and Type Method Description default CompletableFuture<ListDocumentClassifiersResponse>ComprehendAsyncClient. listDocumentClassifiers()Gets a list of the document classifiers that you have created.default CompletableFuture<ListDocumentClassifiersResponse>ComprehendAsyncClient. listDocumentClassifiers(Consumer<ListDocumentClassifiersRequest.Builder> listDocumentClassifiersRequest)Gets a list of the document classifiers that you have created.default CompletableFuture<ListDocumentClassifiersResponse>ComprehendAsyncClient. listDocumentClassifiers(ListDocumentClassifiersRequest listDocumentClassifiersRequest)Gets a list of the document classifiers that you have created. -
Uses of ListDocumentClassifiersResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListDocumentClassifiersResponse Modifier and Type Method Description Iterator<ListDocumentClassifiersResponse>ListDocumentClassifiersIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListDocumentClassifiersResponse Modifier and Type Method Description voidListDocumentClassifiersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDocumentClassifiersResponse> subscriber)
-