| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListDocumentClassifiersResponse |
ComprehendClient.listDocumentClassifiers()
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersResponse |
ComprehendClient.listDocumentClassifiers(Consumer<ListDocumentClassifiersRequest.Builder> listDocumentClassifiersRequest)
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersResponse |
ComprehendClient.listDocumentClassifiers(ListDocumentClassifiersRequest listDocumentClassifiersRequest)
Gets a list of the document classifiers that you have created.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDocumentClassifiersResponse> |
ListDocumentClassifiersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDocumentClassifiersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDocumentClassifiersResponse> subscriber) |
Copyright © 2023. All rights reserved.