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