Uses of Class
software.amazon.awssdk.services.lexmodelsv2.paginators.ListCustomVocabularyItemsPublisher
-
Packages that use ListCustomVocabularyItemsPublisher Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of ListCustomVocabularyItemsPublisher in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListCustomVocabularyItemsPublisher Modifier and Type Method Description default ListCustomVocabularyItemsPublisherLexModelsV2AsyncClient. listCustomVocabularyItemsPaginator(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.default ListCustomVocabularyItemsPublisherLexModelsV2AsyncClient. listCustomVocabularyItemsPaginator(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest)Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.
-