| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<CustomVocabularyItem> |
BatchUpdateCustomVocabularyItemRequest.customVocabularyItemList()
A list of custom vocabulary items with updated fields.
|
List<CustomVocabularyItem> |
ListCustomVocabularyItemsResponse.customVocabularyItems()
The custom vocabulary items from the list custom vocabulary response.
|
List<CustomVocabularyItem> |
BatchUpdateCustomVocabularyItemResponse.resources()
A list of custom vocabulary items that were successfully updated during the operation.
|
List<CustomVocabularyItem> |
BatchDeleteCustomVocabularyItemResponse.resources()
A list of custom vocabulary items that were successfully deleted during the operation.
|
List<CustomVocabularyItem> |
BatchCreateCustomVocabularyItemResponse.resources()
A list of custom vocabulary items that were successfully created during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.customVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)
A list of custom vocabulary items with updated fields.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.customVocabularyItems(CustomVocabularyItem... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources)
A list of custom vocabulary items that were successfully updated during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources)
A list of custom vocabulary items that were successfully deleted during the operation.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources)
A list of custom vocabulary items that were successfully created during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.customVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
A list of custom vocabulary items with updated fields.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.customVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources)
A list of custom vocabulary items that were successfully updated during the operation.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources)
A list of custom vocabulary items that were successfully deleted during the operation.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources)
A list of custom vocabulary items that were successfully created during the operation.
|
Copyright © 2023. All rights reserved.