Uses of Class
software.amazon.awssdk.services.comprehend.model.ListDocumentClassifierSummariesResponse
-
Packages that use ListDocumentClassifierSummariesResponse 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 ListDocumentClassifierSummariesResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListDocumentClassifierSummariesResponse Modifier and Type Method Description default ListDocumentClassifierSummariesResponseComprehendClient. listDocumentClassifierSummaries(Consumer<ListDocumentClassifierSummariesRequest.Builder> listDocumentClassifierSummariesRequest)Gets a list of summaries of the document classifiers that you have createddefault ListDocumentClassifierSummariesResponseComprehendClient. listDocumentClassifierSummaries(ListDocumentClassifierSummariesRequest listDocumentClassifierSummariesRequest)Gets a list of summaries of the document classifiers that you have createdMethods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListDocumentClassifierSummariesResponse Modifier and Type Method Description default CompletableFuture<ListDocumentClassifierSummariesResponse>ComprehendAsyncClient. listDocumentClassifierSummaries(Consumer<ListDocumentClassifierSummariesRequest.Builder> listDocumentClassifierSummariesRequest)Gets a list of summaries of the document classifiers that you have createddefault CompletableFuture<ListDocumentClassifierSummariesResponse>ComprehendAsyncClient. listDocumentClassifierSummaries(ListDocumentClassifierSummariesRequest listDocumentClassifierSummariesRequest)Gets a list of summaries of the document classifiers that you have created -
Uses of ListDocumentClassifierSummariesResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListDocumentClassifierSummariesResponse Modifier and Type Method Description Iterator<ListDocumentClassifierSummariesResponse>ListDocumentClassifierSummariesIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListDocumentClassifierSummariesResponse Modifier and Type Method Description voidListDocumentClassifierSummariesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDocumentClassifierSummariesResponse> subscriber)
-