Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListCustomVocabularyItemsResponse
-
Packages that use ListCustomVocabularyItemsResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListCustomVocabularyItemsResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListCustomVocabularyItemsResponse Modifier and Type Method Description default ListCustomVocabularyItemsResponseLexModelsV2Client. listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.default ListCustomVocabularyItemsResponseLexModelsV2Client. listCustomVocabularyItems(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest)Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListCustomVocabularyItemsResponse Modifier and Type Method Description default CompletableFuture<ListCustomVocabularyItemsResponse>LexModelsV2AsyncClient. listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.default CompletableFuture<ListCustomVocabularyItemsResponse>LexModelsV2AsyncClient. listCustomVocabularyItems(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest)Paginated list of custom vocabulary items for a given bot locale's custom vocabulary. -
Uses of ListCustomVocabularyItemsResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListCustomVocabularyItemsResponse Modifier and Type Method Description Iterator<ListCustomVocabularyItemsResponse>ListCustomVocabularyItemsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListCustomVocabularyItemsResponse Modifier and Type Method Description voidListCustomVocabularyItemsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomVocabularyItemsResponse> subscriber)
-