Uses of Class
software.amazon.awssdk.services.comprehend.model.ListEntityRecognizersResponse
-
Packages that use ListEntityRecognizersResponse 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 ListEntityRecognizersResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListEntityRecognizersResponse Modifier and Type Method Description default ListEntityRecognizersResponseComprehendClient. listEntityRecognizers()Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training.default ListEntityRecognizersResponseComprehendClient. listEntityRecognizers(Consumer<ListEntityRecognizersRequest.Builder> listEntityRecognizersRequest)Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training.default ListEntityRecognizersResponseComprehendClient. listEntityRecognizers(ListEntityRecognizersRequest listEntityRecognizersRequest)Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListEntityRecognizersResponse Modifier and Type Method Description default CompletableFuture<ListEntityRecognizersResponse>ComprehendAsyncClient. listEntityRecognizers()Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training.default CompletableFuture<ListEntityRecognizersResponse>ComprehendAsyncClient. listEntityRecognizers(Consumer<ListEntityRecognizersRequest.Builder> listEntityRecognizersRequest)Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training.default CompletableFuture<ListEntityRecognizersResponse>ComprehendAsyncClient. listEntityRecognizers(ListEntityRecognizersRequest listEntityRecognizersRequest)Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training. -
Uses of ListEntityRecognizersResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListEntityRecognizersResponse Modifier and Type Method Description Iterator<ListEntityRecognizersResponse>ListEntityRecognizersIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListEntityRecognizersResponse Modifier and Type Method Description voidListEntityRecognizersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEntityRecognizersResponse> subscriber)
-