| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FailedCustomVocabularyItem |
FailedCustomVocabularyItem.clone() |
FailedCustomVocabularyItem |
FailedCustomVocabularyItem.withErrorCode(ErrorCode errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
|
FailedCustomVocabularyItem |
FailedCustomVocabularyItem.withErrorCode(String errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
|
FailedCustomVocabularyItem |
FailedCustomVocabularyItem.withErrorMessage(String errorMessage)
The error message for the failed custom vocabulary item from the custom vocabulary list.
|
FailedCustomVocabularyItem |
FailedCustomVocabularyItem.withItemId(String itemId)
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedCustomVocabularyItem> |
BatchDeleteCustomVocabularyItemResult.getErrors()
A list of custom vocabulary items that failed to delete during the operation.
|
List<FailedCustomVocabularyItem> |
BatchCreateCustomVocabularyItemResult.getErrors()
A list of custom vocabulary items that failed to create during the operation.
|
List<FailedCustomVocabularyItem> |
BatchUpdateCustomVocabularyItemResult.getErrors()
A list of custom vocabulary items that failed to update during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withErrors(FailedCustomVocabularyItem... errors)
A list of custom vocabulary items that failed to delete during the operation.
|
BatchCreateCustomVocabularyItemResult |
BatchCreateCustomVocabularyItemResult.withErrors(FailedCustomVocabularyItem... errors)
A list of custom vocabulary items that failed to create during the operation.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withErrors(FailedCustomVocabularyItem... errors)
A list of custom vocabulary items that failed to update during the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteCustomVocabularyItemResult.setErrors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to delete during the operation.
|
void |
BatchCreateCustomVocabularyItemResult.setErrors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to create during the operation.
|
void |
BatchUpdateCustomVocabularyItemResult.setErrors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to update during the operation.
|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withErrors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to delete during the operation.
|
BatchCreateCustomVocabularyItemResult |
BatchCreateCustomVocabularyItemResult.withErrors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to create during the operation.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withErrors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to update during the operation.
|
Copyright © 2025. All rights reserved.