Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ListCustomVocabularyItemsRequest.Builder
-
Packages that use ListCustomVocabularyItemsRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ListCustomVocabularyItemsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type ListCustomVocabularyItemsRequest.Builder 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 ListCustomVocabularyItemsResponseLexModelsV2Client. listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.default ListCustomVocabularyItemsPublisherLexModelsV2AsyncClient. listCustomVocabularyItemsPaginator(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)Paginated list of custom vocabulary items for a given bot locale's custom vocabulary.default ListCustomVocabularyItemsIterableLexModelsV2Client. listCustomVocabularyItemsPaginator(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)Paginated list of custom vocabulary items for a given bot locale's custom vocabulary. -
Uses of ListCustomVocabularyItemsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ListCustomVocabularyItemsRequest.Builder Modifier and Type Method Description ListCustomVocabularyItemsRequest.BuilderListCustomVocabularyItemsRequest.Builder. botId(String botId)The identifier of the version of the bot associated with this custom vocabulary.ListCustomVocabularyItemsRequest.BuilderListCustomVocabularyItemsRequest.Builder. botVersion(String botVersion)The bot version of the bot to the list custom vocabulary request.static ListCustomVocabularyItemsRequest.BuilderListCustomVocabularyItemsRequest. builder()ListCustomVocabularyItemsRequest.BuilderListCustomVocabularyItemsRequest.Builder. localeId(String localeId)The identifier of the language and locale where this custom vocabulary is used.ListCustomVocabularyItemsRequest.BuilderListCustomVocabularyItemsRequest.Builder. maxResults(Integer maxResults)The maximum number of items returned by the list operation.ListCustomVocabularyItemsRequest.BuilderListCustomVocabularyItemsRequest.Builder. nextToken(String nextToken)The nextToken identifier to the list custom vocabulary request.ListCustomVocabularyItemsRequest.BuilderListCustomVocabularyItemsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomVocabularyItemsRequest.BuilderListCustomVocabularyItemsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCustomVocabularyItemsRequest.BuilderListCustomVocabularyItemsRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ListCustomVocabularyItemsRequest.Builder Modifier and Type Method Description static Class<? extends ListCustomVocabularyItemsRequest.Builder>ListCustomVocabularyItemsRequest. serializableBuilderClass()
-