| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomVocabularyEntryId |
CustomVocabularyEntryId.clone() |
CustomVocabularyEntryId |
CustomVocabularyEntryId.withItemId(String itemId)
The unique item identifier for the custom vocabulary items.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomVocabularyEntryId> |
BatchDeleteCustomVocabularyItemRequest.getCustomVocabularyItemList()
A list of custom vocabulary items requested to be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCustomVocabularyItemRequest |
BatchDeleteCustomVocabularyItemRequest.withCustomVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)
A list of custom vocabulary items requested to be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteCustomVocabularyItemRequest.setCustomVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
A list of custom vocabulary items requested to be deleted.
|
BatchDeleteCustomVocabularyItemRequest |
BatchDeleteCustomVocabularyItemRequest.withCustomVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
A list of custom vocabulary items requested to be deleted.
|
Copyright © 2023. All rights reserved.