| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomVocabularyItemsResponse |
LexModelsV2Client.listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
List custom vocabulary items for the specified locale in the specified bot.
|
default ListCustomVocabularyItemsResponse |
LexModelsV2Client.listCustomVocabularyItems(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest)
List custom vocabulary items for the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCustomVocabularyItemsResponse> |
LexModelsV2AsyncClient.listCustomVocabularyItems(Consumer<ListCustomVocabularyItemsRequest.Builder> listCustomVocabularyItemsRequest)
List custom vocabulary items for the specified locale in the specified bot.
|
default CompletableFuture<ListCustomVocabularyItemsResponse> |
LexModelsV2AsyncClient.listCustomVocabularyItems(ListCustomVocabularyItemsRequest listCustomVocabularyItemsRequest)
List custom vocabulary items for the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCustomVocabularyItemsResponse> |
ListCustomVocabularyItemsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomVocabularyItemsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCustomVocabularyItemsResponse> subscriber) |
Copyright © 2023. All rights reserved.