Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListCustomVocabularyItemsRequest
-
-
Uses of ListCustomVocabularyItemsRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type ListCustomVocabularyItemsRequest Modifier and Type Method Description default CompletableFuture<ListCustomVocabularyItemsResponse>LexModelsV2AsyncClient. listCustomVocabularyItems(ListCustomVocabularyItemsRequest 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.default ListCustomVocabularyItemsPublisherLexModelsV2AsyncClient. listCustomVocabularyItemsPaginator(ListCustomVocabularyItemsRequest 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. -
Uses of ListCustomVocabularyItemsRequest in software.amazon.awssdk.services.lexmodelsv2.paginators
Constructors in software.amazon.awssdk.services.lexmodelsv2.paginators with parameters of type ListCustomVocabularyItemsRequest Constructor Description ListCustomVocabularyItemsIterable(LexModelsV2Client client, ListCustomVocabularyItemsRequest firstRequest)ListCustomVocabularyItemsPublisher(LexModelsV2AsyncClient client, ListCustomVocabularyItemsRequest firstRequest) -
Uses of ListCustomVocabularyItemsRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type ListCustomVocabularyItemsRequest Modifier and Type Method Description SdkHttpFullRequestListCustomVocabularyItemsRequestMarshaller. marshall(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest)
-